Shades of Alto #D7CAC8
Tints of Alto #D7CAC8
RGB
CMYK
RGB Variations
Color information
#D7CAC8 (or 0xD7CAC8) is known color: Alto. HEX triplet: D7, CA and C8. RGB value is (215,202,200). Sum of RGB (Red+Green+Blue) = 215+202+200=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CAC8 is #283537. Grayscale: #CDCDCD. Windows color (decimal): -2635064 or 13159127. OLE color: 13159127.
HSL color Cylindrical-coordinate representation of color #D7CAC8: hue angle of 8º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7CAC8 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 200 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.16 |
| HSL | 8º | 0.16% | 0.81% | - |
| HSV(B) | 8º | 0.07% | 0.84% | - |
| XYZ | 59.57 | 60.86 | 63.25 | - |
| YUV | 205.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 200 | 0 | 0.06 | 0.07 | 0.16 | 8 | 0.16 | 0.81 |
| Hex | D7 | CA | C8 | 0 | 6 | 7 | 10 | 8 | 10 | 51 |
| Octal | 327 | 312 | 310 | 0 | 6 | 7 | 20 | 10 | 20 | 121 |
| Binary | 11010111 | 11001010 | 11001000 | 0 | 110 | 111 | 10000 | 1000 | 10000 | 1010001 |
Color Harmonies of #D7CAC8
Complementary color
Monochromatic Colors of #D7CAC8
Black with #D7CAC8
Text Example
Text Example
White with #D7CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CAC8; }
p { color: rgb(215,202,200); }
H1.HeaderClassName
{
color: #D7CAC8;
}
.AnyTagClassName
{
color: #D7CAC8;
}
</style>
background-color css
<style>
a { background-color: #D7CAC8; }
a { background-color: rgb(215,202,200); }
div.DivClassName
{
background-color: #D7CAC8;
}
.BgClassName
{
background-color: #D7CAC8;
}
</style>
border-color css
<style>
span { border-color: #D7CAC8; }
span { border-color: rgb(215,202,200); }
td.TdClassName
{
border-color: #D7CAC8;
}
.TagClassName
{
border-color: #D7CAC8;
}
</style>