#D9BBAD

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

Shades of Wafer #D9BBAD

Tints of Wafer #D9BBAD

Color information

#D9BBAD (or 0xD9BBAD) is unknown color: approx Wafer. HEX triplet: D9, BB and AD. RGB value is (217,187,173). Sum of RGB (Red+Green+Blue) = 217+187+173=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BBAD is #264452. Grayscale: #C2C2C2. Windows color (decimal): -2507859 or 11385817. OLE color: 11385817.

HSL color Cylindrical-coordinate representation of color #D9BBAD: hue angle of 19.09º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9BBAD is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217187173-
CMYK00.140.200.15
HSL19.09º36.67%76.47%-
HSV(B)19.09º20.28%85.1%-
XYZ53.9353.3146.98-
YUV194.37115.94144.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=37.61%
G=32.41%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718717300.140.200.1519.0936.6776.47
HexD9BBAD0E14F13254c
Octal33127325501624172345114
Binary11011001101110111010110101110101001111100111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBAD; }

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

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

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

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

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

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

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

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