#D2C5BF

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

Shades of Wafer #D2C5BF

Tints of Wafer #D2C5BF

Color information

#D2C5BF (or 0xD2C5BF) is unknown color: approx Wafer. HEX triplet: D2, C5 and BF. RGB value is (210,197,191). Sum of RGB (Red+Green+Blue) = 210+197+191=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5BF is #2D3A40. Grayscale: #C8C8C8. Windows color (decimal): -2964033 or 12568018. OLE color: 12568018.

HSL color Cylindrical-coordinate representation of color #D2C5BF: hue angle of 18.95º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2C5BF is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB210197191-
CMYK00.060.090.18
HSL18.95º17.43%78.63%-
HSV(B)18.95º9.05%82.35%-
XYZ55.9557.457.42-
YUV200.2122.81134.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 197 (77.34% from 255) = 32.94%
BLUE value IS 191 (75% from 255) = 31.94%
R=35.12%
G=32.94%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019719100.060.090.1818.9517.4378.63
HexD2C5BF0691213114f
Octal3223052770611222321117
Binary110100101100010110111111011010011001010011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C5BF; }

 p { color: rgb(210,197,191); }

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

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

 a { background-color: rgb(210,197,191); }

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

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

 span { border-color: rgb(210,197,191); }

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