#D1C2BA

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

Shades of Wafer #D1C2BA

Tints of Wafer #D1C2BA

Color information

#D1C2BA (or 0xD1C2BA) is unknown color: approx Wafer. HEX triplet: D1, C2 and BA. RGB value is (209,194,186). Sum of RGB (Red+Green+Blue) = 209+194+186=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C2BA is #2E3D45. Grayscale: #C5C5C5. Windows color (decimal): -3030342 or 12239569. OLE color: 12239569.

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

Color convert

RGB209194186-
CMYK00.070.110.18
HSL20.87º20%77.45%-
HSV(B)20.87º11%81.96%-
XYZ54.4555.6854.33-
YUV197.57121.47136.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.48%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=35.48%
G=32.94%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919418600.070.110.1820.872077.45
HexD1C2BA07B1215144d
Octal3213022720713222524115
Binary110100011100001010111010011110111001010101101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C2BA; }

 p { color: rgb(209,194,186); }

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

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

 a { background-color: rgb(209,194,186); }

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

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

 span { border-color: rgb(209,194,186); }

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