Shades of Frost #DEDFC2
Tints of Frost #DEDFC2
RGB
CMYK
RGB Variations
Color information
#DEDFC2 (or 0xDEDFC2) is known color: Frost. HEX triplet: DE, DF and C2. RGB value is (222,223,194). Sum of RGB (Red+Green+Blue) = 222+223+194=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFC2 is #21203D. Grayscale: #DBDBDB. Windows color (decimal): -2170942 or 12771294. OLE color: 12771294.
HSL color Cylindrical-coordinate representation of color #DEDFC2: hue angle of 62.07º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEDFC2 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 194 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.13 |
| HSL | 62.07º | 0.31% | 0.82% | - |
| HSV(B) | 62.07º | 0.13% | 0.87% | - |
| XYZ | 66.25 | 72.2 | 61.48 | - |
| YUV | 219.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 194 | 0.00 | 0 | 0.13 | 0.13 | 62.07 | 0.31 | 0.82 |
| Hex | DE | DF | C2 | 0 | 0 | D | D | 3E | 1F | 52 |
| Octal | 336 | 337 | 302 | 0 | 0 | 15 | 15 | 76 | 37 | 122 |
| Binary | 11011110 | 11011111 | 11000010 | 0 | 0 | 1101 | 1101 | 111110 | 11111 | 1010010 |
Color Harmonies of #DEDFC2
Complementary color
Monochromatic Colors of #DEDFC2
Black with #DEDFC2
Text Example
Text Example
White with #DEDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFC2; }
p { color: rgb(222,223,194); }
H1.HeaderClassName
{
color: #DEDFC2;
}
.AnyTagClassName
{
color: #DEDFC2;
}
</style>
background-color css
<style>
a { background-color: #DEDFC2; }
a { background-color: rgb(222,223,194); }
div.DivClassName
{
background-color: #DEDFC2;
}
.BgClassName
{
background-color: #DEDFC2;
}
</style>
border-color css
<style>
span { border-color: #DEDFC2; }
span { border-color: rgb(222,223,194); }
td.TdClassName
{
border-color: #DEDFC2;
}
.TagClassName
{
border-color: #DEDFC2;
}
</style>