Shades of Frost #DEDFBD
Tints of Frost #DEDFBD
RGB
CMYK
RGB Variations
Color information
#DEDFBD (or 0xDEDFBD) is known color: Frost. HEX triplet: DE, DF and BD. RGB value is (222,223,189). Sum of RGB (Red+Green+Blue) = 222+223+189=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFBD is #212042. Grayscale: #DADADA. Windows color (decimal): -2170947 or 12443614. OLE color: 12443614.
HSL color Cylindrical-coordinate representation of color #DEDFBD: hue angle of 61.76º degrees, saturation: 0.35, 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 #DEDFBD is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 189 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.13 |
| HSL | 61.76º | 0.35% | 0.81% | - |
| HSV(B) | 61.76º | 0.15% | 0.87% | - |
| XYZ | 65.7 | 71.98 | 58.57 | - |
| YUV | 218.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 189 | 0.00 | 0 | 0.15 | 0.13 | 61.76 | 0.35 | 0.81 |
| Hex | DE | DF | BD | 0 | 0 | F | D | 3E | 23 | 51 |
| Octal | 336 | 337 | 275 | 0 | 0 | 17 | 15 | 76 | 43 | 121 |
| Binary | 11011110 | 11011111 | 10111101 | 0 | 0 | 1111 | 1101 | 111110 | 100011 | 1010001 |
Color Harmonies of #DEDFBD
Complementary color
Monochromatic Colors of #DEDFBD
Black with #DEDFBD
Text Example
Text Example
White with #DEDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFBD; }
p { color: rgb(222,223,189); }
H1.HeaderClassName
{
color: #DEDFBD;
}
.AnyTagClassName
{
color: #DEDFBD;
}
</style>
background-color css
<style>
a { background-color: #DEDFBD; }
a { background-color: rgb(222,223,189); }
div.DivClassName
{
background-color: #DEDFBD;
}
.BgClassName
{
background-color: #DEDFBD;
}
</style>
border-color css
<style>
span { border-color: #DEDFBD; }
span { border-color: rgb(222,223,189); }
td.TdClassName
{
border-color: #DEDFBD;
}
.TagClassName
{
border-color: #DEDFBD;
}
</style>