Shades of Alto #D8C9C7
Tints of Alto #D8C9C7
RGB
CMYK
RGB Variations
Color information
#D8C9C7 (or 0xD8C9C7) is known color: Alto. HEX triplet: D8, C9 and C7. RGB value is (216,201,199). Sum of RGB (Red+Green+Blue) = 216+201+199=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C9C7 is #273638. Grayscale: #CDCDCD. Windows color (decimal): -2569785 or 13093336. OLE color: 13093336.
HSL color Cylindrical-coordinate representation of color #D8C9C7: hue angle of 7.06º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8C9C7 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 201 | 199 | - |
CMYK | 0 | 0.07 | 0.08 | 0.15 |
HSL | 7.06º | 0.18% | 0.81% | - |
HSV(B) | 7.06º | 0.08% | 0.85% | - |
XYZ | 59.51 | 60.5 | 62.57 | - |
YUV | 205.26 | 124.47 | 135.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 201 | 199 | 0 | 0.07 | 0.08 | 0.15 | 7.06 | 0.18 | 0.81 |
Hex | D8 | C9 | C7 | 0 | 7 | 8 | F | 7 | 12 | 51 |
Octal | 330 | 311 | 307 | 0 | 7 | 10 | 17 | 7 | 22 | 121 |
Binary | 11011000 | 11001001 | 11000111 | 0 | 111 | 1000 | 1111 | 111 | 10010 | 1010001 |
Color Harmonies of #D8C9C7
Complementary color
Monochromatic Colors of #D8C9C7
Black with #D8C9C7
Text Example
Text Example
White with #D8C9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C9C7; }
p { color: rgb(216,201,199); }
H1.HeaderClassName
{
color: #D8C9C7;
}
.AnyTagClassName
{
color: #D8C9C7;
}
</style>
background-color css
<style>
a { background-color: #D8C9C7; }
a { background-color: rgb(216,201,199); }
div.DivClassName
{
background-color: #D8C9C7;
}
.BgClassName
{
background-color: #D8C9C7;
}
</style>
border-color css
<style>
span { border-color: #D8C9C7; }
span { border-color: rgb(216,201,199); }
td.TdClassName
{
border-color: #D8C9C7;
}
.TagClassName
{
border-color: #D8C9C7;
}
</style>