#D2BDB4

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

Shades of Wafer #D2BDB4

Tints of Wafer #D2BDB4

Color information

#D2BDB4 (or 0xD2BDB4) is unknown color: approx Wafer. HEX triplet: D2, BD and B4. RGB value is (210,189,180). Sum of RGB (Red+Green+Blue) = 210+189+180=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDB4 is #2D424B. Grayscale: #C2C2C2. Windows color (decimal): -2966092 or 11845074. OLE color: 11845074.

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

Color convert

RGB210189180-
CMYK00.100.140.18
HSL18º25%76.47%-
HSV(B)18º14.29%82.35%-
XYZ53.0153.3950.69-
YUV194.25119.96139.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 180 (70.70% from 255) = 31.09%
R=36.27%
G=32.64%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018918000.100.140.18182576.47
HexD2BDB40AE1212194c
Octal32227526401216222231114
Binary1101001010111101101101000101011101001010010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDB4; }

 p { color: rgb(210,189,180); }

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

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

 a { background-color: rgb(210,189,180); }

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

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

 span { border-color: rgb(210,189,180); }

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