#D4BBAD

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

Shades of Wafer #D4BBAD

Tints of Wafer #D4BBAD

Color information

#D4BBAD (or 0xD4BBAD) is unknown color: approx Wafer. HEX triplet: D4, BB and AD. RGB value is (212,187,173). Sum of RGB (Red+Green+Blue) = 212+187+173=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BBAD is #2B4452. Grayscale: #C0C0C0. Windows color (decimal): -2835539 or 11385812. OLE color: 11385812.

HSL color Cylindrical-coordinate representation of color #D4BBAD: hue angle of 21.54º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4BBAD is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212187173-
CMYK00.120.180.17
HSL21.54º31.2%75.49%-
HSV(B)21.54º18.4%83.14%-
XYZ52.4652.5546.91-
YUV192.88116.78141.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 173 (67.97% from 255) = 30.24%
R=37.06%
G=32.69%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218717300.120.180.1721.5431.275.49
HexD4BBAD0C1211161f4b
Octal32427325501422212637113
Binary11010100101110111010110101100100101000110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BBAD; }

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

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

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

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

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

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

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

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