Shades of Frostee #DFF2CC
Tints of Frostee #DFF2CC
RGB
CMYK
RGB Variations
Color information
#DFF2CC (or 0xDFF2CC) is known color: Frostee. HEX triplet: DF, F2 and CC. RGB value is (223,242,204). Sum of RGB (Red+Green+Blue) = 223+242+204=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2CC is #200D33. Grayscale: #E8E8E8. Windows color (decimal): -2100532 or 13431519. OLE color: 13431519.
HSL color Cylindrical-coordinate representation of color #DFF2CC: hue angle of 90º degrees, saturation: 0.59, 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 #DFF2CC is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 204 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.05 |
| HSL | 90º | 0.59% | 0.87% | - |
| HSV(B) | 90º | 0.16% | 0.95% | - |
| XYZ | 73.08 | 83.55 | 69.4 | - |
| YUV | 231.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 204 | 0.08 | 0 | 0.16 | 0.05 | 90 | 0.59 | 0.87 |
| Hex | DF | F2 | CC | 8 | 0 | 10 | 5 | 5A | 3B | 57 |
| Octal | 337 | 362 | 314 | 10 | 0 | 20 | 5 | 132 | 73 | 127 |
| Binary | 11011111 | 11110010 | 11001100 | 1000 | 0 | 10000 | 101 | 1011010 | 111011 | 1010111 |
Color Harmonies of #DFF2CC
Complementary color
Monochromatic Colors of #DFF2CC
Black with #DFF2CC
Text Example
Text Example
White with #DFF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2CC; }
p { color: rgb(223,242,204); }
H1.HeaderClassName
{
color: #DFF2CC;
}
.AnyTagClassName
{
color: #DFF2CC;
}
</style>
background-color css
<style>
a { background-color: #DFF2CC; }
a { background-color: rgb(223,242,204); }
div.DivClassName
{
background-color: #DFF2CC;
}
.BgClassName
{
background-color: #DFF2CC;
}
</style>
border-color css
<style>
span { border-color: #DFF2CC; }
span { border-color: rgb(223,242,204); }
td.TdClassName
{
border-color: #DFF2CC;
}
.TagClassName
{
border-color: #DFF2CC;
}
</style>