Shades of Alto #D9CAC8
Tints of Alto #D9CAC8
RGB
CMYK
RGB Variations
Color information
#D9CAC8 (or 0xD9CAC8) is known color: Alto. HEX triplet: D9, CA and C8. RGB value is (217,202,200). Sum of RGB (Red+Green+Blue) = 217+202+200=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAC8 is #263537. Grayscale: #CECECE. Windows color (decimal): -2503992 or 13159129. OLE color: 13159129.
HSL color Cylindrical-coordinate representation of color #D9CAC8: hue angle of 7.06º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9CAC8 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 200 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.15 |
| HSL | 7.06º | 0.18% | 0.82% | - |
| HSV(B) | 7.06º | 0.08% | 0.85% | - |
| XYZ | 60.16 | 61.16 | 63.28 | - |
| YUV | 206.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 200 | 0 | 0.07 | 0.08 | 0.15 | 7.06 | 0.18 | 0.82 |
| Hex | D9 | CA | C8 | 0 | 7 | 8 | F | 7 | 12 | 52 |
| Octal | 331 | 312 | 310 | 0 | 7 | 10 | 17 | 7 | 22 | 122 |
| Binary | 11011001 | 11001010 | 11001000 | 0 | 111 | 1000 | 1111 | 111 | 10010 | 1010010 |
Color Harmonies of #D9CAC8
Complementary color
Monochromatic Colors of #D9CAC8
Black with #D9CAC8
Text Example
Text Example
White with #D9CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CAC8; }
p { color: rgb(217,202,200); }
H1.HeaderClassName
{
color: #D9CAC8;
}
.AnyTagClassName
{
color: #D9CAC8;
}
</style>
background-color css
<style>
a { background-color: #D9CAC8; }
a { background-color: rgb(217,202,200); }
div.DivClassName
{
background-color: #D9CAC8;
}
.BgClassName
{
background-color: #D9CAC8;
}
</style>
border-color css
<style>
span { border-color: #D9CAC8; }
span { border-color: rgb(217,202,200); }
td.TdClassName
{
border-color: #D9CAC8;
}
.TagClassName
{
border-color: #D9CAC8;
}
</style>