Shades of Frostee #DFF4CA
Tints of Frostee #DFF4CA
RGB
CMYK
RGB Variations
Color information
#DFF4CA (or 0xDFF4CA) is known color: Frostee. HEX triplet: DF, F4 and CA. RGB value is (223,244,202). Sum of RGB (Red+Green+Blue) = 223+244+202=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF4CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF4CA is #200B35. Grayscale: #E9E9E9. Windows color (decimal): -2100022 or 13300959. OLE color: 13300959.
HSL color Cylindrical-coordinate representation of color #DFF4CA: hue angle of 90º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFF4CA is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 202 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.04 |
| HSL | 90º | 0.66% | 0.87% | - |
| HSV(B) | 90º | 0.17% | 0.96% | - |
| XYZ | 73.44 | 84.65 | 68.35 | - |
| YUV | 232.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 202 | 0.09 | 0 | 0.17 | 0.04 | 90 | 0.66 | 0.87 |
| Hex | DF | F4 | CA | 9 | 0 | 11 | 4 | 5A | 42 | 57 |
| Octal | 337 | 364 | 312 | 11 | 0 | 21 | 4 | 132 | 102 | 127 |
| Binary | 11011111 | 11110100 | 11001010 | 1001 | 0 | 10001 | 100 | 1011010 | 1000010 | 1010111 |
Color Harmonies of #DFF4CA
Complementary color
Monochromatic Colors of #DFF4CA
Black with #DFF4CA
Text Example
Text Example
White with #DFF4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF4CA; }
p { color: rgb(223,244,202); }
H1.HeaderClassName
{
color: #DFF4CA;
}
.AnyTagClassName
{
color: #DFF4CA;
}
</style>
background-color css
<style>
a { background-color: #DFF4CA; }
a { background-color: rgb(223,244,202); }
div.DivClassName
{
background-color: #DFF4CA;
}
.BgClassName
{
background-color: #DFF4CA;
}
</style>
border-color css
<style>
span { border-color: #DFF4CA; }
span { border-color: rgb(223,244,202); }
td.TdClassName
{
border-color: #DFF4CA;
}
.TagClassName
{
border-color: #DFF4CA;
}
</style>