#D1C0BB

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

Shades of Wafer #D1C0BB

Tints of Wafer #D1C0BB

Color information

#D1C0BB (or 0xD1C0BB) is unknown color: approx Wafer. HEX triplet: D1, C0 and BB. RGB value is (209,192,187). Sum of RGB (Red+Green+Blue) = 209+192+187=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0BB is #2E3F44. Grayscale: #C4C4C4. Windows color (decimal): -3030853 or 12304593. OLE color: 12304593.

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

Color convert

RGB209192187-
CMYK00.080.110.18
HSL13.64º19.3%77.65%-
HSV(B)13.64º10.53%81.96%-
XYZ54.1154.8454.75-
YUV196.51122.63136.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.54%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=35.54%
G=32.65%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919218700.080.110.1813.6419.377.65
HexD1C0BB08B12e134e
Octal32130027301013221623116
Binary110100011100000010111011010001011100101110100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C0BB; }

 p { color: rgb(209,192,187); }

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

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

 a { background-color: rgb(209,192,187); }

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

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

 span { border-color: rgb(209,192,187); }

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