Shades of Frost #DEDFC7
Tints of Frost #DEDFC7
RGB
CMYK
RGB Variations
Color information
#DEDFC7 (or 0xDEDFC7) is known color: Frost. HEX triplet: DE, DF and C7. RGB value is (222,223,199). Sum of RGB (Red+Green+Blue) = 222+223+199=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFC7 is #212038. Grayscale: #DCDCDC. Windows color (decimal): -2170937 or 13098974. OLE color: 13098974.
HSL color Cylindrical-coordinate representation of color #DEDFC7: hue angle of 62.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 #DEDFC7 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 223 | 199 | - |
CMYK | 0.00 | 0 | 0.11 | 0.13 |
HSL | 62.5º | 0.27% | 0.83% | - |
HSV(B) | 62.5º | 0.11% | 0.87% | - |
XYZ | 66.82 | 72.43 | 64.49 | - |
YUV | 219.97 | 116.17 | 129.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 199 | 0.00 | 0 | 0.11 | 0.13 | 62.5 | 0.27 | 0.83 |
Hex | DE | DF | C7 | 0 | 0 | B | D | 3F | 1B | 53 |
Octal | 336 | 337 | 307 | 0 | 0 | 13 | 15 | 77 | 33 | 123 |
Binary | 11011110 | 11011111 | 11000111 | 0 | 0 | 1011 | 1101 | 111111 | 11011 | 1010011 |
Color Harmonies of #DEDFC7
Complementary color
Monochromatic Colors of #DEDFC7
Black with #DEDFC7
Text Example
Text Example
White with #DEDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFC7; }
p { color: rgb(222,223,199); }
H1.HeaderClassName
{
color: #DEDFC7;
}
.AnyTagClassName
{
color: #DEDFC7;
}
</style>
background-color css
<style>
a { background-color: #DEDFC7; }
a { background-color: rgb(222,223,199); }
div.DivClassName
{
background-color: #DEDFC7;
}
.BgClassName
{
background-color: #DEDFC7;
}
</style>
border-color css
<style>
span { border-color: #DEDFC7; }
span { border-color: rgb(222,223,199); }
td.TdClassName
{
border-color: #DEDFC7;
}
.TagClassName
{
border-color: #DEDFC7;
}
</style>