#D2BDB7

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

Shades of Wafer #D2BDB7

Tints of Wafer #D2BDB7

Color information

#D2BDB7 (or 0xD2BDB7) is unknown color: approx Wafer. HEX triplet: D2, BD and B7. RGB value is (210,189,183). Sum of RGB (Red+Green+Blue) = 210+189+183=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDB7 is #2D4248. Grayscale: #C2C2C2. Windows color (decimal): -2966089 or 12041682. OLE color: 12041682.

HSL color Cylindrical-coordinate representation of color #D2BDB7: hue angle of 13.33º degrees, saturation: 0.23, 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 #D2BDB7 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210189183-
CMYK00.100.130.18
HSL13.33º23.08%77.06%-
HSV(B)13.33º12.86%82.35%-
XYZ53.3253.5252.32-
YUV194.6121.46138.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.08%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 183 (71.88% from 255) = 31.44%
R=36.08%
G=32.47%
B=31.44%

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
Decimal21018918300.100.130.1813.3323.0877.06
HexD2BDB70AD12d174d
Octal32227526701215221527115
Binary110100101011110110110111010101101100101101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDB7; }

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

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

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

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

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

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

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

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