#D9BBB3

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

Shades of Wafer #D9BBB3

Tints of Wafer #D9BBB3

Color information

#D9BBB3 (or 0xD9BBB3) is unknown color: approx Wafer. HEX triplet: D9, BB and B3. RGB value is (217,187,179). Sum of RGB (Red+Green+Blue) = 217+187+179=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBB3 is #26444C. Grayscale: #C3C3C3. Windows color (decimal): -2507853 or 11779033. OLE color: 11779033.

HSL color Cylindrical-coordinate representation of color #D9BBB3: hue angle of 12.63º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9BBB3 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217187179-
CMYK00.140.180.15
HSL12.63º33.33%77.65%-
HSV(B)12.63º17.51%85.1%-
XYZ54.5253.5550.11-
YUV195.06118.94143.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 179 (70.31% from 255) = 30.70%
R=37.22%
G=32.08%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718717900.140.180.1512.6333.3377.65
HexD9BBB30E12Fd214e
Octal33127326301622171541116
Binary1101100110111011101100110111010010111111011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBB3; }

 p { color: rgb(217,187,179); }

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

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

 a { background-color: rgb(217,187,179); }

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

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

 span { border-color: rgb(217,187,179); }

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