Shades of Frostee #DFF0D0
Tints of Frostee #DFF0D0
RGB
CMYK
RGB Variations
Color information
#DFF0D0 (or 0xDFF0D0) is known color: Frostee. HEX triplet: DF, F0 and D0. RGB value is (223,240,208). Sum of RGB (Red+Green+Blue) = 223+240+208=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0D0 is #200F2F. Grayscale: #E7E7E7. Windows color (decimal): -2101040 or 13693151. OLE color: 13693151.
HSL color Cylindrical-coordinate representation of color #DFF0D0: hue angle of 91.88º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFF0D0 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 208 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.06 |
| HSL | 91.88º | 0.52% | 0.88% | - |
| HSV(B) | 91.88º | 0.13% | 0.94% | - |
| XYZ | 72.98 | 82.56 | 71.76 | - |
| YUV | 231.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 208 | 0.07 | 0 | 0.13 | 0.06 | 91.88 | 0.52 | 0.88 |
| Hex | DF | F0 | D0 | 7 | 0 | D | 6 | 5C | 34 | 58 |
| Octal | 337 | 360 | 320 | 7 | 0 | 15 | 6 | 134 | 64 | 130 |
| Binary | 11011111 | 11110000 | 11010000 | 111 | 0 | 1101 | 110 | 1011100 | 110100 | 1011000 |
Color Harmonies of #DFF0D0
Complementary color
Monochromatic Colors of #DFF0D0
Black with #DFF0D0
Text Example
Text Example
White with #DFF0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF0D0; }
p { color: rgb(223,240,208); }
H1.HeaderClassName
{
color: #DFF0D0;
}
.AnyTagClassName
{
color: #DFF0D0;
}
</style>
background-color css
<style>
a { background-color: #DFF0D0; }
a { background-color: rgb(223,240,208); }
div.DivClassName
{
background-color: #DFF0D0;
}
.BgClassName
{
background-color: #DFF0D0;
}
</style>
border-color css
<style>
span { border-color: #DFF0D0; }
span { border-color: rgb(223,240,208); }
td.TdClassName
{
border-color: #DFF0D0;
}
.TagClassName
{
border-color: #DFF0D0;
}
</style>