Shades of Alto #D7CBC9
Tints of Alto #D7CBC9
RGB
CMYK
RGB Variations
Color information
#D7CBC9 (or 0xD7CBC9) is known color: Alto. HEX triplet: D7, CB and C9. RGB value is (215,203,201). Sum of RGB (Red+Green+Blue) = 215+203+201=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBC9 is #283436. Grayscale: #CECECE. Windows color (decimal): -2634807 or 13224919. OLE color: 13224919.
HSL color Cylindrical-coordinate representation of color #D7CBC9: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7CBC9 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 201 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.16 |
| HSL | 8.57º | 0.15% | 0.82% | - |
| HSV(B) | 8.57º | 0.07% | 0.84% | - |
| XYZ | 59.92 | 61.38 | 63.95 | - |
| YUV | 206.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 201 | 0 | 0.06 | 0.07 | 0.16 | 8.57 | 0.15 | 0.82 |
| Hex | D7 | CB | C9 | 0 | 6 | 7 | 10 | 9 | F | 52 |
| Octal | 327 | 313 | 311 | 0 | 6 | 7 | 20 | 11 | 17 | 122 |
| Binary | 11010111 | 11001011 | 11001001 | 0 | 110 | 111 | 10000 | 1001 | 1111 | 1010010 |
Color Harmonies of #D7CBC9
Complementary color
Monochromatic Colors of #D7CBC9
Black with #D7CBC9
Text Example
Text Example
White with #D7CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBC9; }
p { color: rgb(215,203,201); }
H1.HeaderClassName
{
color: #D7CBC9;
}
.AnyTagClassName
{
color: #D7CBC9;
}
</style>
background-color css
<style>
a { background-color: #D7CBC9; }
a { background-color: rgb(215,203,201); }
div.DivClassName
{
background-color: #D7CBC9;
}
.BgClassName
{
background-color: #D7CBC9;
}
</style>
border-color css
<style>
span { border-color: #D7CBC9; }
span { border-color: rgb(215,203,201); }
td.TdClassName
{
border-color: #D7CBC9;
}
.TagClassName
{
border-color: #D7CBC9;
}
</style>