Shades of Frostee #DFF1CA
Tints of Frostee #DFF1CA
RGB
CMYK
RGB Variations
Color information
#DFF1CA (or 0xDFF1CA) is known color: Frostee. HEX triplet: DF, F1 and CA. RGB value is (223,241,202). Sum of RGB (Red+Green+Blue) = 223+241+202=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1CA is #200E35. Grayscale: #E7E7E7. Windows color (decimal): -2100790 or 13300191. OLE color: 13300191.
HSL color Cylindrical-coordinate representation of color #DFF1CA: hue angle of 87.69º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFF1CA is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 202 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.05 |
| HSL | 87.69º | 0.58% | 0.87% | - |
| HSV(B) | 87.69º | 0.16% | 0.95% | - |
| XYZ | 72.55 | 82.86 | 68.05 | - |
| YUV | 231.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 202 | 0.07 | 0 | 0.16 | 0.05 | 87.69 | 0.58 | 0.87 |
| Hex | DF | F1 | CA | 7 | 0 | 10 | 5 | 58 | 3A | 57 |
| Octal | 337 | 361 | 312 | 7 | 0 | 20 | 5 | 130 | 72 | 127 |
| Binary | 11011111 | 11110001 | 11001010 | 111 | 0 | 10000 | 101 | 1011000 | 111010 | 1010111 |
Color Harmonies of #DFF1CA
Complementary color
Monochromatic Colors of #DFF1CA
Black with #DFF1CA
Text Example
Text Example
White with #DFF1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1CA; }
p { color: rgb(223,241,202); }
H1.HeaderClassName
{
color: #DFF1CA;
}
.AnyTagClassName
{
color: #DFF1CA;
}
</style>
background-color css
<style>
a { background-color: #DFF1CA; }
a { background-color: rgb(223,241,202); }
div.DivClassName
{
background-color: #DFF1CA;
}
.BgClassName
{
background-color: #DFF1CA;
}
</style>
border-color css
<style>
span { border-color: #DFF1CA; }
span { border-color: rgb(223,241,202); }
td.TdClassName
{
border-color: #DFF1CA;
}
.TagClassName
{
border-color: #DFF1CA;
}
</style>