Shades of Frost #DCDFC9
Tints of Frost #DCDFC9
RGB
CMYK
RGB Variations
Color information
#DCDFC9 (or 0xDCDFC9) is known color: Frost. HEX triplet: DC, DF and C9. RGB value is (220,223,201). Sum of RGB (Red+Green+Blue) = 220+223+201=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFC9 is #232036. Grayscale: #DBDBDB. Windows color (decimal): -2302007 or 13230044. OLE color: 13230044.
HSL color Cylindrical-coordinate representation of color #DCDFC9: hue angle of 68.18º 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 #DCDFC9 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 201 | - |
CMYK | 0.01 | 0 | 0.10 | 0.13 |
HSL | 68.18º | 0.26% | 0.83% | - |
HSV(B) | 68.18º | 0.1% | 0.87% | - |
XYZ | 66.45 | 72.21 | 65.69 | - |
YUV | 219.6 | 117.51 | 128.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 201 | 0.01 | 0 | 0.10 | 0.13 | 68.18 | 0.26 | 0.83 |
Hex | DC | DF | C9 | 1 | 0 | A | D | 44 | 1A | 53 |
Octal | 334 | 337 | 311 | 1 | 0 | 12 | 15 | 104 | 32 | 123 |
Binary | 11011100 | 11011111 | 11001001 | 1 | 0 | 1010 | 1101 | 1000100 | 11010 | 1010011 |
Color Harmonies of #DCDFC9
Complementary color
Monochromatic Colors of #DCDFC9
Black with #DCDFC9
Text Example
Text Example
White with #DCDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFC9; }
p { color: rgb(220,223,201); }
H1.HeaderClassName
{
color: #DCDFC9;
}
.AnyTagClassName
{
color: #DCDFC9;
}
</style>
background-color css
<style>
a { background-color: #DCDFC9; }
a { background-color: rgb(220,223,201); }
div.DivClassName
{
background-color: #DCDFC9;
}
.BgClassName
{
background-color: #DCDFC9;
}
</style>
border-color css
<style>
span { border-color: #DCDFC9; }
span { border-color: rgb(220,223,201); }
td.TdClassName
{
border-color: #DCDFC9;
}
.TagClassName
{
border-color: #DCDFC9;
}
</style>