Shades of Frost #DCDFC7
Tints of Frost #DCDFC7
RGB
CMYK
RGB Variations
Color information
#DCDFC7 (or 0xDCDFC7) is known color: Frost. HEX triplet: DC, DF and C7. RGB value is (220,223,199). Sum of RGB (Red+Green+Blue) = 220+223+199=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFC7 is #232038. Grayscale: #DBDBDB. Windows color (decimal): -2302009 or 13098972. OLE color: 13098972.
HSL color Cylindrical-coordinate representation of color #DCDFC7: hue angle of 67.5º degrees, saturation: 0.27, 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 #DCDFC7 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 199 | - |
CMYK | 0.01 | 0 | 0.11 | 0.13 |
HSL | 67.5º | 0.27% | 0.83% | - |
HSV(B) | 67.5º | 0.11% | 0.87% | - |
XYZ | 66.21 | 72.11 | 64.46 | - |
YUV | 219.37 | 116.51 | 128.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 199 | 0.01 | 0 | 0.11 | 0.13 | 67.5 | 0.27 | 0.83 |
Hex | DC | DF | C7 | 1 | 0 | B | D | 44 | 1B | 53 |
Octal | 334 | 337 | 307 | 1 | 0 | 13 | 15 | 104 | 33 | 123 |
Binary | 11011100 | 11011111 | 11000111 | 1 | 0 | 1011 | 1101 | 1000100 | 11011 | 1010011 |
Color Harmonies of #DCDFC7
Complementary color
Monochromatic Colors of #DCDFC7
Black with #DCDFC7
Text Example
Text Example
White with #DCDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFC7; }
p { color: rgb(220,223,199); }
H1.HeaderClassName
{
color: #DCDFC7;
}
.AnyTagClassName
{
color: #DCDFC7;
}
</style>
background-color css
<style>
a { background-color: #DCDFC7; }
a { background-color: rgb(220,223,199); }
div.DivClassName
{
background-color: #DCDFC7;
}
.BgClassName
{
background-color: #DCDFC7;
}
</style>
border-color css
<style>
span { border-color: #DCDFC7; }
span { border-color: rgb(220,223,199); }
td.TdClassName
{
border-color: #DCDFC7;
}
.TagClassName
{
border-color: #DCDFC7;
}
</style>