#D9BEB5

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

Shades of Wafer #D9BEB5

Tints of Wafer #D9BEB5

Color information

#D9BEB5 (or 0xD9BEB5) is unknown color: approx Wafer. HEX triplet: D9, BE and B5. RGB value is (217,190,181). Sum of RGB (Red+Green+Blue) = 217+190+181=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEB5 is #26414A. Grayscale: #C5C5C5. Windows color (decimal): -2507083 or 11910873. OLE color: 11910873.

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

Color convert

RGB217190181-
CMYK00.120.170.15
HSL15º32.14%78.04%-
HSV(B)15º16.59%85.1%-
XYZ55.3754.9151.4-
YUV197.05118.95142.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=36.90%
G=32.31%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719018100.120.170.151532.1478.04
HexD9BEB50C11Ff204e
Octal33127626501421171740116
Binary1101100110111110101101010110010001111111111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEB5; }

 p { color: rgb(217,190,181); }

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

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

 a { background-color: rgb(217,190,181); }

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

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

 span { border-color: rgb(217,190,181); }

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