#D8BBB0

Color #D8BBB0 Wafer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wafer #D8BBB0

Tints of Wafer #D8BBB0

Color information

#D8BBB0 (or 0xD8BBB0) is unknown color: approx Wafer. HEX triplet: D8, BB and B0. RGB value is (216,187,176). Sum of RGB (Red+Green+Blue) = 216+187+176=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BBB0 is #27444F. Grayscale: #C2C2C2. Windows color (decimal): -2573392 or 11582424. OLE color: 11582424.

HSL color Cylindrical-coordinate representation of color #D8BBB0: hue angle of 16.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8BBB0 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216187176-
CMYK00.130.190.15
HSL16.5º33.9%76.86%-
HSV(B)16.5º18.52%84.71%-
XYZ53.9353.2748.52-
YUV194.42117.61143.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 176 (69.14% from 255) = 30.40%
R=37.31%
G=32.30%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618717600.130.190.1516.533.976.86
HexD8BBB00D13F11224d
Octal33027326001523172142115
Binary11011000101110111011000001101100111111100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBB0; }

 p { color: rgb(216,187,176); }

 H1.HeaderClassName
 {
   color: #D8BBB0;
 }
 .AnyTagClassName
 {
   color: #D8BBB0;
 }
</style>
background-color css

<style>
 a { background-color: #D8BBB0; }

 a { background-color: rgb(216,187,176); }

 div.DivClassName
 {
   background-color: #D8BBB0;
 }
 .BgClassName
 {
   background-color: #D8BBB0;
 }
</style>
border-color css

<style>
 span { border-color: #D8BBB0; }

 span { border-color: rgb(216,187,176); }

 td.TdClassName
 {
   border-color: #D8BBB0;
 }
 .TagClassName
 {
   border-color: #D8BBB0;
 }
</style>