Shades of Alto #D2C5C3
Tints of Alto #D2C5C3
RGB
CMYK
RGB Variations
Color information
#D2C5C3 (or 0xD2C5C3) is known color: Alto. HEX triplet: D2, C5 and C3. RGB value is (210,197,195). Sum of RGB (Red+Green+Blue) = 210+197+195=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5C3 is #2D3A3C. Grayscale: #C8C8C8. Windows color (decimal): -2964029 or 12830162. OLE color: 12830162.
HSL color Cylindrical-coordinate representation of color #D2C5C3: hue angle of 8º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2C5C3 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 195 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.18 |
| HSL | 8º | 0.14% | 0.79% | - |
| HSV(B) | 8º | 0.07% | 0.82% | - |
| XYZ | 56.39 | 57.57 | 59.77 | - |
| YUV | 200.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 195 | 0 | 0.06 | 0.07 | 0.18 | 8 | 0.14 | 0.79 |
| Hex | D2 | C5 | C3 | 0 | 6 | 7 | 12 | 8 | E | 4F |
| Octal | 322 | 305 | 303 | 0 | 6 | 7 | 22 | 10 | 16 | 117 |
| Binary | 11010010 | 11000101 | 11000011 | 0 | 110 | 111 | 10010 | 1000 | 1110 | 1001111 |
Color Harmonies of #D2C5C3
Complementary color
Monochromatic Colors of #D2C5C3
Black with #D2C5C3
Text Example
Text Example
White with #D2C5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5C3; }
p { color: rgb(210,197,195); }
H1.HeaderClassName
{
color: #D2C5C3;
}
.AnyTagClassName
{
color: #D2C5C3;
}
</style>
background-color css
<style>
a { background-color: #D2C5C3; }
a { background-color: rgb(210,197,195); }
div.DivClassName
{
background-color: #D2C5C3;
}
.BgClassName
{
background-color: #D2C5C3;
}
</style>
border-color css
<style>
span { border-color: #D2C5C3; }
span { border-color: rgb(210,197,195); }
td.TdClassName
{
border-color: #D2C5C3;
}
.TagClassName
{
border-color: #D2C5C3;
}
</style>