#D1C1BE

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

Shades of Alto #D1C1BE

Tints of Alto #D1C1BE

Color information

#D1C1BE (or 0xD1C1BE) is unknown color: approx Alto. HEX triplet: D1, C1 and BE. RGB value is (209,193,190). Sum of RGB (Red+Green+Blue) = 209+193+190=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C1BE is #2E3E41. Grayscale: #C5C5C5. Windows color (decimal): -3030594 or 12501457. OLE color: 12501457.

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

Color convert

RGB209193190-
CMYK00.080.090.18
HSL9.47º17.12%78.24%-
HSV(B)9.47º9.09%81.96%-
XYZ54.6655.4156.53-
YUV197.44123.8136.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=35.30%
G=32.60%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919319000.080.090.189.4717.1278.24
HexD1C1BE089129114e
Octal32130127601011221121116
Binary110100011100000110111110010001001100101001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C1BE; }

 p { color: rgb(209,193,190); }

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

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

 a { background-color: rgb(209,193,190); }

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

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

 span { border-color: rgb(209,193,190); }

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