Shades of Frost #DCDFC8
Tints of Frost #DCDFC8
RGB
CMYK
RGB Variations
Color information
#DCDFC8 (or 0xDCDFC8) is known color: Frost. HEX triplet: DC, DF and C8. RGB value is (220,223,200). Sum of RGB (Red+Green+Blue) = 220+223+200=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFC8 is #232037. Grayscale: #DBDBDB. Windows color (decimal): -2302008 or 13164508. OLE color: 13164508.
HSL color Cylindrical-coordinate representation of color #DCDFC8: hue angle of 67.83º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDFC8 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 200 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.13 |
| HSL | 67.83º | 0.26% | 0.83% | - |
| HSV(B) | 67.83º | 0.1% | 0.87% | - |
| XYZ | 66.33 | 72.16 | 65.08 | - |
| YUV | 219.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 200 | 0.01 | 0 | 0.10 | 0.13 | 67.83 | 0.26 | 0.83 |
| Hex | DC | DF | C8 | 1 | 0 | A | D | 44 | 1A | 53 |
| Octal | 334 | 337 | 310 | 1 | 0 | 12 | 15 | 104 | 32 | 123 |
| Binary | 11011100 | 11011111 | 11001000 | 1 | 0 | 1010 | 1101 | 1000100 | 11010 | 1010011 |
Color Harmonies of #DCDFC8
Complementary color
Monochromatic Colors of #DCDFC8
Black with #DCDFC8
Text Example
Text Example
White with #DCDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFC8; }
p { color: rgb(220,223,200); }
H1.HeaderClassName
{
color: #DCDFC8;
}
.AnyTagClassName
{
color: #DCDFC8;
}
</style>
background-color css
<style>
a { background-color: #DCDFC8; }
a { background-color: rgb(220,223,200); }
div.DivClassName
{
background-color: #DCDFC8;
}
.BgClassName
{
background-color: #DCDFC8;
}
</style>
border-color css
<style>
span { border-color: #DCDFC8; }
span { border-color: rgb(220,223,200); }
td.TdClassName
{
border-color: #DCDFC8;
}
.TagClassName
{
border-color: #DCDFC8;
}
</style>