Shades of Frost #DEDFC9
Tints of Frost #DEDFC9
RGB
CMYK
RGB Variations
Color information
#DEDFC9 (or 0xDEDFC9) is known color: Frost. HEX triplet: DE, DF and C9. RGB value is (222,223,201). Sum of RGB (Red+Green+Blue) = 222+223+201=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFC9 is #212036. Grayscale: #DCDCDC. Windows color (decimal): -2170935 or 13230046. OLE color: 13230046.
HSL color Cylindrical-coordinate representation of color #DEDFC9: hue angle of 62.73º 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 #DEDFC9 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 223 | 201 | - |
CMYK | 0.00 | 0 | 0.10 | 0.13 |
HSL | 62.73º | 0.26% | 0.83% | - |
HSV(B) | 62.73º | 0.1% | 0.87% | - |
XYZ | 67.05 | 72.52 | 65.72 | - |
YUV | 220.19 | 117.17 | 129.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 201 | 0.00 | 0 | 0.10 | 0.13 | 62.73 | 0.26 | 0.83 |
Hex | DE | DF | C9 | 0 | 0 | A | D | 3F | 1A | 53 |
Octal | 336 | 337 | 311 | 0 | 0 | 12 | 15 | 77 | 32 | 123 |
Binary | 11011110 | 11011111 | 11001001 | 0 | 0 | 1010 | 1101 | 111111 | 11010 | 1010011 |
Color Harmonies of #DEDFC9
Complementary color
Monochromatic Colors of #DEDFC9
Black with #DEDFC9
Text Example
Text Example
White with #DEDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFC9; }
p { color: rgb(222,223,201); }
H1.HeaderClassName
{
color: #DEDFC9;
}
.AnyTagClassName
{
color: #DEDFC9;
}
</style>
background-color css
<style>
a { background-color: #DEDFC9; }
a { background-color: rgb(222,223,201); }
div.DivClassName
{
background-color: #DEDFC9;
}
.BgClassName
{
background-color: #DEDFC9;
}
</style>
border-color css
<style>
span { border-color: #DEDFC9; }
span { border-color: rgb(222,223,201); }
td.TdClassName
{
border-color: #DEDFC9;
}
.TagClassName
{
border-color: #DEDFC9;
}
</style>