Shades of Frostee #DFEED3
Tints of Frostee #DFEED3
RGB
CMYK
RGB Variations
Color information
#DFEED3 (or 0xDFEED3) is known color: Frostee. HEX triplet: DF, EE and D3. RGB value is (223,238,211). Sum of RGB (Red+Green+Blue) = 223+238+211=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 211 (82.81% from 255 or 31.40% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEED3 is #20112C. Grayscale: #E6E6E6. Windows color (decimal): -2101549 or 13889247. OLE color: 13889247.
HSL color Cylindrical-coordinate representation of color #DFEED3: hue angle of 93.33º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEED3 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 211 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.07 |
| HSL | 93.33º | 0.44% | 0.88% | - |
| HSV(B) | 93.33º | 0.11% | 0.93% | - |
| XYZ | 72.76 | 81.54 | 73.53 | - |
| YUV | 230.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 211 | 0.06 | 0 | 0.11 | 0.07 | 93.33 | 0.44 | 0.88 |
| Hex | DF | EE | D3 | 6 | 0 | B | 7 | 5D | 2C | 58 |
| Octal | 337 | 356 | 323 | 6 | 0 | 13 | 7 | 135 | 54 | 130 |
| Binary | 11011111 | 11101110 | 11010011 | 110 | 0 | 1011 | 111 | 1011101 | 101100 | 1011000 |
Color Harmonies of #DFEED3
Complementary color
Monochromatic Colors of #DFEED3
Black with #DFEED3
Text Example
Text Example
White with #DFEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEED3; }
p { color: rgb(223,238,211); }
H1.HeaderClassName
{
color: #DFEED3;
}
.AnyTagClassName
{
color: #DFEED3;
}
</style>
background-color css
<style>
a { background-color: #DFEED3; }
a { background-color: rgb(223,238,211); }
div.DivClassName
{
background-color: #DFEED3;
}
.BgClassName
{
background-color: #DFEED3;
}
</style>
border-color css
<style>
span { border-color: #DFEED3; }
span { border-color: rgb(223,238,211); }
td.TdClassName
{
border-color: #DFEED3;
}
.TagClassName
{
border-color: #DFEED3;
}
</style>