Shades of Alto #D9C8C7
Tints of Alto #D9C8C7
RGB
CMYK
RGB Variations
Color information
#D9C8C7 (or 0xD9C8C7) is known color: Alto. HEX triplet: D9, C8 and C7. RGB value is (217,200,199). Sum of RGB (Red+Green+Blue) = 217+200+199=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8C7 is #263738. Grayscale: #CCCCCC. Windows color (decimal): -2504505 or 13093081. OLE color: 13093081.
HSL color Cylindrical-coordinate representation of color #D9C8C7: hue angle of 3.33º degrees, saturation: 0.19, 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 #D9C8C7 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 200 | 199 | - |
CMYK | 0 | 0.08 | 0.08 | 0.15 |
HSL | 3.33º | 0.19% | 0.82% | - |
HSV(B) | 3.33º | 0.08% | 0.85% | - |
XYZ | 59.58 | 60.18 | 62.51 | - |
YUV | 204.97 | 124.63 | 136.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 200 | 199 | 0 | 0.08 | 0.08 | 0.15 | 3.33 | 0.19 | 0.82 |
Hex | D9 | C8 | C7 | 0 | 8 | 8 | F | 3 | 13 | 52 |
Octal | 331 | 310 | 307 | 0 | 10 | 10 | 17 | 3 | 23 | 122 |
Binary | 11011001 | 11001000 | 11000111 | 0 | 1000 | 1000 | 1111 | 11 | 10011 | 1010010 |
Color Harmonies of #D9C8C7
Complementary color
Monochromatic Colors of #D9C8C7
Black with #D9C8C7
Text Example
Text Example
White with #D9C8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C8C7; }
p { color: rgb(217,200,199); }
H1.HeaderClassName
{
color: #D9C8C7;
}
.AnyTagClassName
{
color: #D9C8C7;
}
</style>
background-color css
<style>
a { background-color: #D9C8C7; }
a { background-color: rgb(217,200,199); }
div.DivClassName
{
background-color: #D9C8C7;
}
.BgClassName
{
background-color: #D9C8C7;
}
</style>
border-color css
<style>
span { border-color: #D9C8C7; }
span { border-color: rgb(217,200,199); }
td.TdClassName
{
border-color: #D9C8C7;
}
.TagClassName
{
border-color: #D9C8C7;
}
</style>