#D2BEB6

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

Shades of Wafer #D2BEB6

Tints of Wafer #D2BEB6

Color information

#D2BEB6 (or 0xD2BEB6) is unknown color: approx Wafer. HEX triplet: D2, BE and B6. RGB value is (210,190,182). Sum of RGB (Red+Green+Blue) = 210+190+182=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEB6 is #2D4149. Grayscale: #C3C3C3. Windows color (decimal): -2965834 or 11976402. OLE color: 11976402.

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

Color convert

RGB210190182-
CMYK00.100.130.18
HSL17.14º23.73%76.86%-
HSV(B)17.14º13.33%82.35%-
XYZ53.4453.9151.84-
YUV195.07120.63138.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.08%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=36.08%
G=32.65%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019018200.100.130.1817.1423.7376.86
HexD2BEB60AD1211184d
Octal32227626601215222130115
Binary1101001010111110101101100101011011001010001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEB6; }

 p { color: rgb(210,190,182); }

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

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

 a { background-color: rgb(210,190,182); }

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

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

 span { border-color: rgb(210,190,182); }

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