Shades of Frost #DCDFC6
Tints of Frost #DCDFC6
RGB
CMYK
RGB Variations
Color information
#DCDFC6 (or 0xDCDFC6) is known color: Frost. HEX triplet: DC, DF and C6. RGB value is (220,223,198). Sum of RGB (Red+Green+Blue) = 220+223+198=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFC6 is #232039. Grayscale: #DBDBDB. Windows color (decimal): -2302010 or 13033436. OLE color: 13033436.
HSL color Cylindrical-coordinate representation of color #DCDFC6: hue angle of 67.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCDFC6 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 198 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.13 |
| HSL | 67.2º | 0.28% | 0.83% | - |
| HSV(B) | 67.2º | 0.11% | 0.87% | - |
| XYZ | 66.1 | 72.07 | 63.85 | - |
| YUV | 219.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 198 | 0.01 | 0 | 0.11 | 0.13 | 67.2 | 0.28 | 0.83 |
| Hex | DC | DF | C6 | 1 | 0 | B | D | 43 | 1C | 53 |
| Octal | 334 | 337 | 306 | 1 | 0 | 13 | 15 | 103 | 34 | 123 |
| Binary | 11011100 | 11011111 | 11000110 | 1 | 0 | 1011 | 1101 | 1000011 | 11100 | 1010011 |
Color Harmonies of #DCDFC6
Complementary color
Monochromatic Colors of #DCDFC6
Black with #DCDFC6
Text Example
Text Example
White with #DCDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFC6; }
p { color: rgb(220,223,198); }
H1.HeaderClassName
{
color: #DCDFC6;
}
.AnyTagClassName
{
color: #DCDFC6;
}
</style>
background-color css
<style>
a { background-color: #DCDFC6; }
a { background-color: rgb(220,223,198); }
div.DivClassName
{
background-color: #DCDFC6;
}
.BgClassName
{
background-color: #DCDFC6;
}
</style>
border-color css
<style>
span { border-color: #DCDFC6; }
span { border-color: rgb(220,223,198); }
td.TdClassName
{
border-color: #DCDFC6;
}
.TagClassName
{
border-color: #DCDFC6;
}
</style>