Shades of Alto #D1C5C4
Tints of Alto #D1C5C4
RGB
CMYK
RGB Variations
Color information
#D1C5C4 (or 0xD1C5C4) is known color: Alto. HEX triplet: D1, C5 and C4. RGB value is (209,197,196). Sum of RGB (Red+Green+Blue) = 209+197+196=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C5C4 is #2E3A3B. Grayscale: #C8C8C8. Windows color (decimal): -3029564 or 12895697. OLE color: 12895697.
HSL color Cylindrical-coordinate representation of color #D1C5C4: hue angle of 4.62º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1C5C4 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 196 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.18 |
| HSL | 4.62º | 0.12% | 0.79% | - |
| HSV(B) | 4.62º | 0.06% | 0.82% | - |
| XYZ | 56.22 | 57.47 | 60.35 | - |
| YUV | 200.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 196 | 0 | 0.06 | 0.06 | 0.18 | 4.62 | 0.12 | 0.79 |
| Hex | D1 | C5 | C4 | 0 | 6 | 6 | 12 | 5 | C | 4F |
| Octal | 321 | 305 | 304 | 0 | 6 | 6 | 22 | 5 | 14 | 117 |
| Binary | 11010001 | 11000101 | 11000100 | 0 | 110 | 110 | 10010 | 101 | 1100 | 1001111 |
Color Harmonies of #D1C5C4
Complementary color
Monochromatic Colors of #D1C5C4
Black with #D1C5C4
Text Example
Text Example
White with #D1C5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C5C4; }
p { color: rgb(209,197,196); }
H1.HeaderClassName
{
color: #D1C5C4;
}
.AnyTagClassName
{
color: #D1C5C4;
}
</style>
background-color css
<style>
a { background-color: #D1C5C4; }
a { background-color: rgb(209,197,196); }
div.DivClassName
{
background-color: #D1C5C4;
}
.BgClassName
{
background-color: #D1C5C4;
}
</style>
border-color css
<style>
span { border-color: #D1C5C4; }
span { border-color: rgb(209,197,196); }
td.TdClassName
{
border-color: #D1C5C4;
}
.TagClassName
{
border-color: #D1C5C4;
}
</style>