Shades of Alto #D9C3C2
Tints of Alto #D9C3C2
RGB
CMYK
RGB Variations
Color information
#D9C3C2 (or 0xD9C3C2) is known color: Alto. HEX triplet: D9, C3 and C2. RGB value is (217,195,194). Sum of RGB (Red+Green+Blue) = 217+195+194=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C3C2 is #263C3D. Grayscale: #C9C9C9. Windows color (decimal): -2505790 or 12764121. OLE color: 12764121.
HSL color Cylindrical-coordinate representation of color #D9C3C2: hue angle of 2.61º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C3C2 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 194 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.15 |
| HSL | 2.61º | 0.23% | 0.81% | - |
| HSV(B) | 2.61º | 0.11% | 0.85% | - |
| XYZ | 57.87 | 57.68 | 59.12 | - |
| YUV | 201.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 194 | 0 | 0.10 | 0.11 | 0.15 | 2.61 | 0.23 | 0.81 |
| Hex | D9 | C3 | C2 | 0 | A | B | F | 3 | 17 | 51 |
| Octal | 331 | 303 | 302 | 0 | 12 | 13 | 17 | 3 | 27 | 121 |
| Binary | 11011001 | 11000011 | 11000010 | 0 | 1010 | 1011 | 1111 | 11 | 10111 | 1010001 |
Color Harmonies of #D9C3C2
Complementary color
Monochromatic Colors of #D9C3C2
Black with #D9C3C2
Text Example
Text Example
White with #D9C3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C3C2; }
p { color: rgb(217,195,194); }
H1.HeaderClassName
{
color: #D9C3C2;
}
.AnyTagClassName
{
color: #D9C3C2;
}
</style>
background-color css
<style>
a { background-color: #D9C3C2; }
a { background-color: rgb(217,195,194); }
div.DivClassName
{
background-color: #D9C3C2;
}
.BgClassName
{
background-color: #D9C3C2;
}
</style>
border-color css
<style>
span { border-color: #D9C3C2; }
span { border-color: rgb(217,195,194); }
td.TdClassName
{
border-color: #D9C3C2;
}
.TagClassName
{
border-color: #D9C3C2;
}
</style>