Shades of Alto #DFC5C4
Tints of Alto #DFC5C4
RGB
CMYK
RGB Variations
Color information
#DFC5C4 (or 0xDFC5C4) is known color: Alto. HEX triplet: DF, C5 and C4. RGB value is (223,197,196). Sum of RGB (Red+Green+Blue) = 223+197+196=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5C4 is #203A3B. Grayscale: #CCCCCC. Windows color (decimal): -2112060 or 12895711. OLE color: 12895711.
HSL color Cylindrical-coordinate representation of color #DFC5C4: hue angle of 2.22º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC5C4 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 196 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.13 |
| HSL | 2.22º | 0.3% | 0.82% | - |
| HSV(B) | 2.22º | 0.12% | 0.87% | - |
| XYZ | 60.36 | 59.61 | 60.55 | - |
| YUV | 204.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 196 | 0 | 0.12 | 0.12 | 0.13 | 2.22 | 0.3 | 0.82 |
| Hex | DF | C5 | C4 | 0 | C | C | D | 2 | 1E | 52 |
| Octal | 337 | 305 | 304 | 0 | 14 | 14 | 15 | 2 | 36 | 122 |
| Binary | 11011111 | 11000101 | 11000100 | 0 | 1100 | 1100 | 1101 | 10 | 11110 | 1010010 |
Color Harmonies of #DFC5C4
Complementary color
Monochromatic Colors of #DFC5C4
Black with #DFC5C4
Text Example
Text Example
White with #DFC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5C4; }
p { color: rgb(223,197,196); }
H1.HeaderClassName
{
color: #DFC5C4;
}
.AnyTagClassName
{
color: #DFC5C4;
}
</style>
background-color css
<style>
a { background-color: #DFC5C4; }
a { background-color: rgb(223,197,196); }
div.DivClassName
{
background-color: #DFC5C4;
}
.BgClassName
{
background-color: #DFC5C4;
}
</style>
border-color css
<style>
span { border-color: #DFC5C4; }
span { border-color: rgb(223,197,196); }
td.TdClassName
{
border-color: #DFC5C4;
}
.TagClassName
{
border-color: #DFC5C4;
}
</style>