Shades of Frostee #DFEECF
Tints of Frostee #DFEECF
RGB
CMYK
RGB Variations
Color information
#DFEECF (or 0xDFEECF) is known color: Frostee. HEX triplet: DF, EE and CF. RGB value is (223,238,207). Sum of RGB (Red+Green+Blue) = 223+238+207=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEECF is #201130. Grayscale: #E6E6E6. Windows color (decimal): -2101553 or 13627103. OLE color: 13627103.
HSL color Cylindrical-coordinate representation of color #DFEECF: hue angle of 89.03º degrees, saturation: 0.48, 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 #DFEECF is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 207 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.07 |
| HSL | 89.03º | 0.48% | 0.87% | - |
| HSV(B) | 89.03º | 0.13% | 0.93% | - |
| XYZ | 72.27 | 81.34 | 70.92 | - |
| YUV | 229.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 207 | 0.06 | 0 | 0.13 | 0.07 | 89.03 | 0.48 | 0.87 |
| Hex | DF | EE | CF | 6 | 0 | D | 7 | 59 | 30 | 57 |
| Octal | 337 | 356 | 317 | 6 | 0 | 15 | 7 | 131 | 60 | 127 |
| Binary | 11011111 | 11101110 | 11001111 | 110 | 0 | 1101 | 111 | 1011001 | 110000 | 1010111 |
Color Harmonies of #DFEECF
Complementary color
Monochromatic Colors of #DFEECF
Black with #DFEECF
Text Example
Text Example
White with #DFEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEECF; }
p { color: rgb(223,238,207); }
H1.HeaderClassName
{
color: #DFEECF;
}
.AnyTagClassName
{
color: #DFEECF;
}
</style>
background-color css
<style>
a { background-color: #DFEECF; }
a { background-color: rgb(223,238,207); }
div.DivClassName
{
background-color: #DFEECF;
}
.BgClassName
{
background-color: #DFEECF;
}
</style>
border-color css
<style>
span { border-color: #DFEECF; }
span { border-color: rgb(223,238,207); }
td.TdClassName
{
border-color: #DFEECF;
}
.TagClassName
{
border-color: #DFEECF;
}
</style>