#D1C0BD

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

Shades of Alto #D1C0BD

Tints of Alto #D1C0BD

Color information

#D1C0BD (or 0xD1C0BD) is unknown color: approx Alto. HEX triplet: D1, C0 and BD. RGB value is (209,192,189). Sum of RGB (Red+Green+Blue) = 209+192+189=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0BD is #2E3F42. Grayscale: #C4C4C4. Windows color (decimal): -3030851 or 12435665. OLE color: 12435665.

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

Color convert

RGB209192189-
CMYK00.080.100.18
HSL17.86%78.04%-
HSV(B)9.57%81.96%-
XYZ54.3354.9355.88-
YUV196.74123.63136.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.42%
GREEN value IS 192 (75.39% from 255) = 32.54%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=35.42%
G=32.54%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919218900.080.100.18917.8678.04
HexD1C0BD08A129124e
Octal32130027501012221122116
Binary110100011100000010111101010001010100101001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C0BD; }

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

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

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

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

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

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

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

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