Shades of Frost #DEDFC6
Tints of Frost #DEDFC6
RGB
CMYK
RGB Variations
Color information
#DEDFC6 (or 0xDEDFC6) is known color: Frost. HEX triplet: DE, DF and C6. RGB value is (222,223,198). Sum of RGB (Red+Green+Blue) = 222+223+198=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFC6 is #212039. Grayscale: #DBDBDB. Windows color (decimal): -2170938 or 13033438. OLE color: 13033438.
HSL color Cylindrical-coordinate representation of color #DEDFC6: hue angle of 62.4º 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 #DEDFC6 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 223 | 198 | - |
CMYK | 0.00 | 0 | 0.11 | 0.13 |
HSL | 62.4º | 0.28% | 0.83% | - |
HSV(B) | 62.4º | 0.11% | 0.87% | - |
XYZ | 66.7 | 72.38 | 63.88 | - |
YUV | 219.85 | 115.67 | 129.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 198 | 0.00 | 0 | 0.11 | 0.13 | 62.4 | 0.28 | 0.83 |
Hex | DE | DF | C6 | 0 | 0 | B | D | 3E | 1C | 53 |
Octal | 336 | 337 | 306 | 0 | 0 | 13 | 15 | 76 | 34 | 123 |
Binary | 11011110 | 11011111 | 11000110 | 0 | 0 | 1011 | 1101 | 111110 | 11100 | 1010011 |
Color Harmonies of #DEDFC6
Complementary color
Monochromatic Colors of #DEDFC6
Black with #DEDFC6
Text Example
Text Example
White with #DEDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFC6; }
p { color: rgb(222,223,198); }
H1.HeaderClassName
{
color: #DEDFC6;
}
.AnyTagClassName
{
color: #DEDFC6;
}
</style>
background-color css
<style>
a { background-color: #DEDFC6; }
a { background-color: rgb(222,223,198); }
div.DivClassName
{
background-color: #DEDFC6;
}
.BgClassName
{
background-color: #DEDFC6;
}
</style>
border-color css
<style>
span { border-color: #DEDFC6; }
span { border-color: rgb(222,223,198); }
td.TdClassName
{
border-color: #DEDFC6;
}
.TagClassName
{
border-color: #DEDFC6;
}
</style>