#D4BEB9

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

Shades of Wafer #D4BEB9

Tints of Wafer #D4BEB9

Color information

#D4BEB9 (or 0xD4BEB9) is unknown color: approx Wafer. HEX triplet: D4, BE and B9. RGB value is (212,190,185). Sum of RGB (Red+Green+Blue) = 212+190+185=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEB9 is #2B4146. Grayscale: #C4C4C4. Windows color (decimal): -2834759 or 12173012. OLE color: 12173012.

HSL color Cylindrical-coordinate representation of color #D4BEB9: hue angle of 11.11º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4BEB9 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB212190185-
CMYK00.100.130.17
HSL11.11º23.89%77.84%-
HSV(B)11.11º12.74%83.14%-
XYZ54.3254.3353.52-
YUV196.01121.79139.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 185 (72.66% from 255) = 31.52%
R=36.12%
G=32.37%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219018500.100.130.1711.1123.8977.84
HexD4BEB90AD11b184e
Octal32427627101215211330116
Binary110101001011111010111001010101101100011011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEB9; }

 p { color: rgb(212,190,185); }

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

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

 a { background-color: rgb(212,190,185); }

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

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

 span { border-color: rgb(212,190,185); }

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