Shades of Alto #D1C3C0
Tints of Alto #D1C3C0
RGB
CMYK
RGB Variations
Color information
#D1C3C0 (or 0xD1C3C0) is known color: Alto. HEX triplet: D1, C3 and C0. RGB value is (209,195,192). Sum of RGB (Red+Green+Blue) = 209+195+192=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C3C0 is #2E3C3F. Grayscale: #C6C6C6. Windows color (decimal): -3030080 or 12633041. OLE color: 12633041.
HSL color Cylindrical-coordinate representation of color #D1C3C0: hue angle of 10.59º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1C3C0 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 192 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.18 |
| HSL | 10.59º | 0.16% | 0.79% | - |
| HSV(B) | 10.59º | 0.08% | 0.82% | - |
| XYZ | 55.32 | 56.39 | 57.84 | - |
| YUV | 198.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 192 | 0 | 0.07 | 0.08 | 0.18 | 10.59 | 0.16 | 0.79 |
| Hex | D1 | C3 | C0 | 0 | 7 | 8 | 12 | B | 10 | 4F |
| Octal | 321 | 303 | 300 | 0 | 7 | 10 | 22 | 13 | 20 | 117 |
| Binary | 11010001 | 11000011 | 11000000 | 0 | 111 | 1000 | 10010 | 1011 | 10000 | 1001111 |
Color Harmonies of #D1C3C0
Complementary color
Monochromatic Colors of #D1C3C0
Black with #D1C3C0
Text Example
Text Example
White with #D1C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C3C0; }
p { color: rgb(209,195,192); }
H1.HeaderClassName
{
color: #D1C3C0;
}
.AnyTagClassName
{
color: #D1C3C0;
}
</style>
background-color css
<style>
a { background-color: #D1C3C0; }
a { background-color: rgb(209,195,192); }
div.DivClassName
{
background-color: #D1C3C0;
}
.BgClassName
{
background-color: #D1C3C0;
}
</style>
border-color css
<style>
span { border-color: #D1C3C0; }
span { border-color: rgb(209,195,192); }
td.TdClassName
{
border-color: #D1C3C0;
}
.TagClassName
{
border-color: #D1C3C0;
}
</style>