#D9BEB3

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

Shades of Wafer #D9BEB3

Tints of Wafer #D9BEB3

Color information

#D9BEB3 (or 0xD9BEB3) is unknown color: approx Wafer. HEX triplet: D9, BE and B3. RGB value is (217,190,179). Sum of RGB (Red+Green+Blue) = 217+190+179=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEB3 is #26414C. Grayscale: #C4C4C4. Windows color (decimal): -2507085 or 11779801. OLE color: 11779801.

HSL color Cylindrical-coordinate representation of color #D9BEB3: hue angle of 17.37º 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 #D9BEB3 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217190179-
CMYK00.120.180.15
HSL17.37º33.33%77.65%-
HSV(B)17.37º17.51%85.1%-
XYZ55.1754.8350.32-
YUV196.82117.95142.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 179 (70.31% from 255) = 30.55%
R=37.03%
G=32.42%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719017900.120.180.1517.3733.3377.65
HexD9BEB30C12F11214e
Octal33127626301422172141116
Binary11011001101111101011001101100100101111100011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEB3; }

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

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

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

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

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

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

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

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