Shades of Alto #D5CBC9
Tints of Alto #D5CBC9
RGB
CMYK
RGB Variations
Color information
#D5CBC9 (or 0xD5CBC9) is known color: Alto. HEX triplet: D5, CB and C9. RGB value is (213,203,201). Sum of RGB (Red+Green+Blue) = 213+203+201=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBC9 is #2A3436. Grayscale: #CDCDCD. Windows color (decimal): -2765879 or 13224917. OLE color: 13224917.
HSL color Cylindrical-coordinate representation of color #D5CBC9: hue angle of 10º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5CBC9 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 201 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.16 |
| HSL | 10º | 0.13% | 0.81% | - |
| HSV(B) | 10º | 0.06% | 0.84% | - |
| XYZ | 59.34 | 61.08 | 63.92 | - |
| YUV | 205.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 201 | 0 | 0.05 | 0.06 | 0.16 | 10 | 0.13 | 0.81 |
| Hex | D5 | CB | C9 | 0 | 5 | 6 | 10 | A | C | 51 |
| Octal | 325 | 313 | 311 | 0 | 5 | 6 | 20 | 12 | 14 | 121 |
| Binary | 11010101 | 11001011 | 11001001 | 0 | 101 | 110 | 10000 | 1010 | 1100 | 1010001 |
Color Harmonies of #D5CBC9
Complementary color
Monochromatic Colors of #D5CBC9
Black with #D5CBC9
Text Example
Text Example
White with #D5CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBC9; }
p { color: rgb(213,203,201); }
H1.HeaderClassName
{
color: #D5CBC9;
}
.AnyTagClassName
{
color: #D5CBC9;
}
</style>
background-color css
<style>
a { background-color: #D5CBC9; }
a { background-color: rgb(213,203,201); }
div.DivClassName
{
background-color: #D5CBC9;
}
.BgClassName
{
background-color: #D5CBC9;
}
</style>
border-color css
<style>
span { border-color: #D5CBC9; }
span { border-color: rgb(213,203,201); }
td.TdClassName
{
border-color: #D5CBC9;
}
.TagClassName
{
border-color: #D5CBC9;
}
</style>