Shades of Frost #DEDFBE
Tints of Frost #DEDFBE
RGB
CMYK
RGB Variations
Color information
#DEDFBE (or 0xDEDFBE) is known color: Frost. HEX triplet: DE, DF and BE. RGB value is (222,223,190). Sum of RGB (Red+Green+Blue) = 222+223+190=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFBE is #212041. Grayscale: #DBDBDB. Windows color (decimal): -2170946 or 12509150. OLE color: 12509150.
HSL color Cylindrical-coordinate representation of color #DEDFBE: hue angle of 61.82º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEDFBE is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 190 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.13 |
| HSL | 61.82º | 0.34% | 0.81% | - |
| HSV(B) | 61.82º | 0.15% | 0.87% | - |
| XYZ | 65.81 | 72.02 | 59.15 | - |
| YUV | 218.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 190 | 0.00 | 0 | 0.15 | 0.13 | 61.82 | 0.34 | 0.81 |
| Hex | DE | DF | BE | 0 | 0 | F | D | 3E | 22 | 51 |
| Octal | 336 | 337 | 276 | 0 | 0 | 17 | 15 | 76 | 42 | 121 |
| Binary | 11011110 | 11011111 | 10111110 | 0 | 0 | 1111 | 1101 | 111110 | 100010 | 1010001 |
Color Harmonies of #DEDFBE
Complementary color
Monochromatic Colors of #DEDFBE
Black with #DEDFBE
Text Example
Text Example
White with #DEDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFBE; }
p { color: rgb(222,223,190); }
H1.HeaderClassName
{
color: #DEDFBE;
}
.AnyTagClassName
{
color: #DEDFBE;
}
</style>
background-color css
<style>
a { background-color: #DEDFBE; }
a { background-color: rgb(222,223,190); }
div.DivClassName
{
background-color: #DEDFBE;
}
.BgClassName
{
background-color: #DEDFBE;
}
</style>
border-color css
<style>
span { border-color: #DEDFBE; }
span { border-color: rgb(222,223,190); }
td.TdClassName
{
border-color: #DEDFBE;
}
.TagClassName
{
border-color: #DEDFBE;
}
</style>