Shades of Alto #D9C9C8
Tints of Alto #D9C9C8
RGB
CMYK
RGB Variations
Color information
#D9C9C8 (or 0xD9C9C8) is known color: Alto. HEX triplet: D9, C9 and C8. RGB value is (217,201,200). Sum of RGB (Red+Green+Blue) = 217+201+200=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9C8 is #263637. Grayscale: #CDCDCD. Windows color (decimal): -2504248 or 13158873. OLE color: 13158873.
HSL color Cylindrical-coordinate representation of color #D9C9C8: hue angle of 3.53º degrees, saturation: 0.18, 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 #D9C9C8 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 201 | 200 | - |
CMYK | 0 | 0.07 | 0.08 | 0.15 |
HSL | 3.53º | 0.18% | 0.82% | - |
HSV(B) | 3.53º | 0.08% | 0.85% | - |
XYZ | 59.93 | 60.7 | 63.2 | - |
YUV | 205.67 | 124.8 | 136.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 201 | 200 | 0 | 0.07 | 0.08 | 0.15 | 3.53 | 0.18 | 0.82 |
Hex | D9 | C9 | C8 | 0 | 7 | 8 | F | 4 | 12 | 52 |
Octal | 331 | 311 | 310 | 0 | 7 | 10 | 17 | 4 | 22 | 122 |
Binary | 11011001 | 11001001 | 11001000 | 0 | 111 | 1000 | 1111 | 100 | 10010 | 1010010 |
Color Harmonies of #D9C9C8
Complementary color
Monochromatic Colors of #D9C9C8
Black with #D9C9C8
Text Example
Text Example
White with #D9C9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C9C8; }
p { color: rgb(217,201,200); }
H1.HeaderClassName
{
color: #D9C9C8;
}
.AnyTagClassName
{
color: #D9C9C8;
}
</style>
background-color css
<style>
a { background-color: #D9C9C8; }
a { background-color: rgb(217,201,200); }
div.DivClassName
{
background-color: #D9C9C8;
}
.BgClassName
{
background-color: #D9C9C8;
}
</style>
border-color css
<style>
span { border-color: #D9C9C8; }
span { border-color: rgb(217,201,200); }
td.TdClassName
{
border-color: #D9C9C8;
}
.TagClassName
{
border-color: #D9C9C8;
}
</style>