Shades of Frostee #DFF2CA
Tints of Frostee #DFF2CA
RGB
CMYK
RGB Variations
Color information
#DFF2CA (or 0xDFF2CA) is known color: Frostee. HEX triplet: DF, F2 and CA. RGB value is (223,242,202). Sum of RGB (Red+Green+Blue) = 223+242+202=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2CA is #200D35. Grayscale: #E7E7E7. Windows color (decimal): -2100534 or 13300447. OLE color: 13300447.
HSL color Cylindrical-coordinate representation of color #DFF2CA: hue angle of 88.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFF2CA is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 202 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.05 |
| HSL | 88.5º | 0.61% | 0.87% | - |
| HSV(B) | 88.5º | 0.17% | 0.95% | - |
| XYZ | 72.84 | 83.46 | 68.15 | - |
| YUV | 231.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 202 | 0.08 | 0 | 0.17 | 0.05 | 88.5 | 0.61 | 0.87 |
| Hex | DF | F2 | CA | 8 | 0 | 11 | 5 | 58 | 3D | 57 |
| Octal | 337 | 362 | 312 | 10 | 0 | 21 | 5 | 130 | 75 | 127 |
| Binary | 11011111 | 11110010 | 11001010 | 1000 | 0 | 10001 | 101 | 1011000 | 111101 | 1010111 |
Color Harmonies of #DFF2CA
Complementary color
Monochromatic Colors of #DFF2CA
Black with #DFF2CA
Text Example
Text Example
White with #DFF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2CA; }
p { color: rgb(223,242,202); }
H1.HeaderClassName
{
color: #DFF2CA;
}
.AnyTagClassName
{
color: #DFF2CA;
}
</style>
background-color css
<style>
a { background-color: #DFF2CA; }
a { background-color: rgb(223,242,202); }
div.DivClassName
{
background-color: #DFF2CA;
}
.BgClassName
{
background-color: #DFF2CA;
}
</style>
border-color css
<style>
span { border-color: #DFF2CA; }
span { border-color: rgb(223,242,202); }
td.TdClassName
{
border-color: #DFF2CA;
}
.TagClassName
{
border-color: #DFF2CA;
}
</style>