Shades of Alto #DFC3C2
Tints of Alto #DFC3C2
RGB
CMYK
RGB Variations
Color information
#DFC3C2 (or 0xDFC3C2) is known color: Alto. HEX triplet: DF, C3 and C2. RGB value is (223,195,194). Sum of RGB (Red+Green+Blue) = 223+195+194=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C2 is #203C3D. Grayscale: #CBCBCB. Windows color (decimal): -2112574 or 12764127. OLE color: 12764127.
HSL color Cylindrical-coordinate representation of color #DFC3C2: hue angle of 2.07º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC3C2 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 194 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.13 |
| HSL | 2.07º | 0.31% | 0.82% | - |
| HSV(B) | 2.07º | 0.13% | 0.87% | - |
| XYZ | 59.68 | 58.61 | 59.21 | - |
| YUV | 203.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 194 | 0 | 0.13 | 0.13 | 0.13 | 2.07 | 0.31 | 0.82 |
| Hex | DF | C3 | C2 | 0 | D | D | D | 2 | 1F | 52 |
| Octal | 337 | 303 | 302 | 0 | 15 | 15 | 15 | 2 | 37 | 122 |
| Binary | 11011111 | 11000011 | 11000010 | 0 | 1101 | 1101 | 1101 | 10 | 11111 | 1010010 |
Color Harmonies of #DFC3C2
Complementary color
Monochromatic Colors of #DFC3C2
Black with #DFC3C2
Text Example
Text Example
White with #DFC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3C2; }
p { color: rgb(223,195,194); }
H1.HeaderClassName
{
color: #DFC3C2;
}
.AnyTagClassName
{
color: #DFC3C2;
}
</style>
background-color css
<style>
a { background-color: #DFC3C2; }
a { background-color: rgb(223,195,194); }
div.DivClassName
{
background-color: #DFC3C2;
}
.BgClassName
{
background-color: #DFC3C2;
}
</style>
border-color css
<style>
span { border-color: #DFC3C2; }
span { border-color: rgb(223,195,194); }
td.TdClassName
{
border-color: #DFC3C2;
}
.TagClassName
{
border-color: #DFC3C2;
}
</style>