Shades of Alto #D9C9C7
Tints of Alto #D9C9C7
RGB
CMYK
RGB Variations
Color information
#D9C9C7 (or 0xD9C9C7) is known color: Alto. HEX triplet: D9, C9 and C7. RGB value is (217,201,199). Sum of RGB (Red+Green+Blue) = 217+201+199=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9C7 is #263638. Grayscale: #CDCDCD. Windows color (decimal): -2504249 or 13093337. OLE color: 13093337.
HSL color Cylindrical-coordinate representation of color #D9C9C7: hue angle of 6.67º 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 #D9C9C7 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 201 | 199 | - |
CMYK | 0 | 0.07 | 0.08 | 0.15 |
HSL | 6.67º | 0.19% | 0.82% | - |
HSV(B) | 6.67º | 0.08% | 0.85% | - |
XYZ | 59.81 | 60.65 | 62.59 | - |
YUV | 205.56 | 124.3 | 136.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 201 | 199 | 0 | 0.07 | 0.08 | 0.15 | 6.67 | 0.19 | 0.82 |
Hex | D9 | C9 | C7 | 0 | 7 | 8 | F | 7 | 13 | 52 |
Octal | 331 | 311 | 307 | 0 | 7 | 10 | 17 | 7 | 23 | 122 |
Binary | 11011001 | 11001001 | 11000111 | 0 | 111 | 1000 | 1111 | 111 | 10011 | 1010010 |
Color Harmonies of #D9C9C7
Complementary color
Monochromatic Colors of #D9C9C7
Black with #D9C9C7
Text Example
Text Example
White with #D9C9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C9C7; }
p { color: rgb(217,201,199); }
H1.HeaderClassName
{
color: #D9C9C7;
}
.AnyTagClassName
{
color: #D9C9C7;
}
</style>
background-color css
<style>
a { background-color: #D9C9C7; }
a { background-color: rgb(217,201,199); }
div.DivClassName
{
background-color: #D9C9C7;
}
.BgClassName
{
background-color: #D9C9C7;
}
</style>
border-color css
<style>
span { border-color: #D9C9C7; }
span { border-color: rgb(217,201,199); }
td.TdClassName
{
border-color: #D9C9C7;
}
.TagClassName
{
border-color: #D9C9C7;
}
</style>