Shades of Frostee #DFEDCE
Tints of Frostee #DFEDCE
RGB
CMYK
RGB Variations
Color information
#DFEDCE (or 0xDFEDCE) is known color: Frostee. HEX triplet: DF, ED and CE. RGB value is (223,237,206). Sum of RGB (Red+Green+Blue) = 223+237+206=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDCE is #201231. Grayscale: #E5E5E5. Windows color (decimal): -2101810 or 13561311. OLE color: 13561311.
HSL color Cylindrical-coordinate representation of color #DFEDCE: hue angle of 87.1º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFEDCE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 237 | 206 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.07 |
| HSL | 87.1º | 0.46% | 0.87% | - |
| HSV(B) | 87.1º | 0.13% | 0.93% | - |
| XYZ | 71.86 | 80.71 | 70.18 | - |
| YUV | 229.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 206 | 0.06 | 0 | 0.13 | 0.07 | 87.1 | 0.46 | 0.87 |
| Hex | DF | ED | CE | 6 | 0 | D | 7 | 57 | 2E | 57 |
| Octal | 337 | 355 | 316 | 6 | 0 | 15 | 7 | 127 | 56 | 127 |
| Binary | 11011111 | 11101101 | 11001110 | 110 | 0 | 1101 | 111 | 1010111 | 101110 | 1010111 |
Color Harmonies of #DFEDCE
Complementary color
Monochromatic Colors of #DFEDCE
Black with #DFEDCE
Text Example
Text Example
White with #DFEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDCE; }
p { color: rgb(223,237,206); }
H1.HeaderClassName
{
color: #DFEDCE;
}
.AnyTagClassName
{
color: #DFEDCE;
}
</style>
background-color css
<style>
a { background-color: #DFEDCE; }
a { background-color: rgb(223,237,206); }
div.DivClassName
{
background-color: #DFEDCE;
}
.BgClassName
{
background-color: #DFEDCE;
}
</style>
border-color css
<style>
span { border-color: #DFEDCE; }
span { border-color: rgb(223,237,206); }
td.TdClassName
{
border-color: #DFEDCE;
}
.TagClassName
{
border-color: #DFEDCE;
}
</style>