Shades of Frostee #DFEFD0
Tints of Frostee #DFEFD0
RGB
CMYK
RGB Variations
Color information
#DFEFD0 (or 0xDFEFD0) is known color: Frostee. HEX triplet: DF, EF and D0. RGB value is (223,239,208). Sum of RGB (Red+Green+Blue) = 223+239+208=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 208 (81.64% from 255 or 31.04% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFD0 is #20102F. Grayscale: #E6E6E6. Windows color (decimal): -2101296 or 13692895. OLE color: 13692895.
HSL color Cylindrical-coordinate representation of color #DFEFD0: hue angle of 90.97º degrees, saturation: 0.49, 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 #DFEFD0 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 208 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.06 |
| HSL | 90.97º | 0.49% | 0.88% | - |
| HSV(B) | 90.97º | 0.13% | 0.94% | - |
| XYZ | 72.68 | 81.98 | 71.67 | - |
| YUV | 230.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 208 | 0.07 | 0 | 0.13 | 0.06 | 90.97 | 0.49 | 0.88 |
| Hex | DF | EF | D0 | 7 | 0 | D | 6 | 5B | 31 | 58 |
| Octal | 337 | 357 | 320 | 7 | 0 | 15 | 6 | 133 | 61 | 130 |
| Binary | 11011111 | 11101111 | 11010000 | 111 | 0 | 1101 | 110 | 1011011 | 110001 | 1011000 |
Color Harmonies of #DFEFD0
Complementary color
Monochromatic Colors of #DFEFD0
Black with #DFEFD0
Text Example
Text Example
White with #DFEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFD0; }
p { color: rgb(223,239,208); }
H1.HeaderClassName
{
color: #DFEFD0;
}
.AnyTagClassName
{
color: #DFEFD0;
}
</style>
background-color css
<style>
a { background-color: #DFEFD0; }
a { background-color: rgb(223,239,208); }
div.DivClassName
{
background-color: #DFEFD0;
}
.BgClassName
{
background-color: #DFEFD0;
}
</style>
border-color css
<style>
span { border-color: #DFEFD0; }
span { border-color: rgb(223,239,208); }
td.TdClassName
{
border-color: #DFEFD0;
}
.TagClassName
{
border-color: #DFEFD0;
}
</style>