Shades of Frostee #DFF1CF
Tints of Frostee #DFF1CF
RGB
CMYK
RGB Variations
Color information
#DFF1CF (or 0xDFF1CF) is known color: Frostee. HEX triplet: DF, F1 and CF. RGB value is (223,241,207). Sum of RGB (Red+Green+Blue) = 223+241+207=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1CF is #200E30. Grayscale: #E7E7E7. Windows color (decimal): -2100785 or 13627871. OLE color: 13627871.
HSL color Cylindrical-coordinate representation of color #DFF1CF: hue angle of 91.76º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFF1CF is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 207 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.05 |
| HSL | 91.76º | 0.55% | 0.88% | - |
| HSV(B) | 91.76º | 0.14% | 0.95% | - |
| XYZ | 73.15 | 83.1 | 71.22 | - |
| YUV | 231.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 207 | 0.07 | 0 | 0.14 | 0.05 | 91.76 | 0.55 | 0.88 |
| Hex | DF | F1 | CF | 7 | 0 | E | 5 | 5C | 37 | 58 |
| Octal | 337 | 361 | 317 | 7 | 0 | 16 | 5 | 134 | 67 | 130 |
| Binary | 11011111 | 11110001 | 11001111 | 111 | 0 | 1110 | 101 | 1011100 | 110111 | 1011000 |
Color Harmonies of #DFF1CF
Complementary color
Monochromatic Colors of #DFF1CF
Black with #DFF1CF
Text Example
Text Example
White with #DFF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1CF; }
p { color: rgb(223,241,207); }
H1.HeaderClassName
{
color: #DFF1CF;
}
.AnyTagClassName
{
color: #DFF1CF;
}
</style>
background-color css
<style>
a { background-color: #DFF1CF; }
a { background-color: rgb(223,241,207); }
div.DivClassName
{
background-color: #DFF1CF;
}
.BgClassName
{
background-color: #DFF1CF;
}
</style>
border-color css
<style>
span { border-color: #DFF1CF; }
span { border-color: rgb(223,241,207); }
td.TdClassName
{
border-color: #DFF1CF;
}
.TagClassName
{
border-color: #DFF1CF;
}
</style>