Shades of Alto #D5CAC8
Tints of Alto #D5CAC8
RGB
CMYK
RGB Variations
Color information
#D5CAC8 (or 0xD5CAC8) is known color: Alto. HEX triplet: D5, CA and C8. RGB value is (213,202,200). Sum of RGB (Red+Green+Blue) = 213+202+200=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAC8 is #2A3537. Grayscale: #CDCDCD. Windows color (decimal): -2766136 or 13159125. OLE color: 13159125.
HSL color Cylindrical-coordinate representation of color #D5CAC8: hue angle of 9.23º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5CAC8 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 200 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.16 |
| HSL | 9.23º | 0.13% | 0.81% | - |
| HSV(B) | 9.23º | 0.06% | 0.84% | - |
| XYZ | 58.99 | 60.56 | 63.22 | - |
| YUV | 205.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 200 | 0 | 0.05 | 0.06 | 0.16 | 9.23 | 0.13 | 0.81 |
| Hex | D5 | CA | C8 | 0 | 5 | 6 | 10 | 9 | D | 51 |
| Octal | 325 | 312 | 310 | 0 | 5 | 6 | 20 | 11 | 15 | 121 |
| Binary | 11010101 | 11001010 | 11001000 | 0 | 101 | 110 | 10000 | 1001 | 1101 | 1010001 |
Color Harmonies of #D5CAC8
Complementary color
Monochromatic Colors of #D5CAC8
Black with #D5CAC8
Text Example
Text Example
White with #D5CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAC8; }
p { color: rgb(213,202,200); }
H1.HeaderClassName
{
color: #D5CAC8;
}
.AnyTagClassName
{
color: #D5CAC8;
}
</style>
background-color css
<style>
a { background-color: #D5CAC8; }
a { background-color: rgb(213,202,200); }
div.DivClassName
{
background-color: #D5CAC8;
}
.BgClassName
{
background-color: #D5CAC8;
}
</style>
border-color css
<style>
span { border-color: #D5CAC8; }
span { border-color: rgb(213,202,200); }
td.TdClassName
{
border-color: #D5CAC8;
}
.TagClassName
{
border-color: #D5CAC8;
}
</style>