Shades of Frostee #DFF2CB
Tints of Frostee #DFF2CB
RGB
CMYK
RGB Variations
Color information
#DFF2CB (or 0xDFF2CB) is known color: Frostee. HEX triplet: DF, F2 and CB. RGB value is (223,242,203). Sum of RGB (Red+Green+Blue) = 223+242+203=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2CB is #200D34. Grayscale: #E8E8E8. Windows color (decimal): -2100533 or 13365983. OLE color: 13365983.
HSL color Cylindrical-coordinate representation of color #DFF2CB: hue angle of 89.23º degrees, saturation: 0.6, 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 #DFF2CB is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 203 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.05 |
| HSL | 89.23º | 0.6% | 0.87% | - |
| HSV(B) | 89.23º | 0.16% | 0.95% | - |
| XYZ | 72.96 | 83.5 | 68.77 | - |
| YUV | 231.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 203 | 0.08 | 0 | 0.16 | 0.05 | 89.23 | 0.6 | 0.87 |
| Hex | DF | F2 | CB | 8 | 0 | 10 | 5 | 59 | 3C | 57 |
| Octal | 337 | 362 | 313 | 10 | 0 | 20 | 5 | 131 | 74 | 127 |
| Binary | 11011111 | 11110010 | 11001011 | 1000 | 0 | 10000 | 101 | 1011001 | 111100 | 1010111 |
Color Harmonies of #DFF2CB
Complementary color
Monochromatic Colors of #DFF2CB
Black with #DFF2CB
Text Example
Text Example
White with #DFF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2CB; }
p { color: rgb(223,242,203); }
H1.HeaderClassName
{
color: #DFF2CB;
}
.AnyTagClassName
{
color: #DFF2CB;
}
</style>
background-color css
<style>
a { background-color: #DFF2CB; }
a { background-color: rgb(223,242,203); }
div.DivClassName
{
background-color: #DFF2CB;
}
.BgClassName
{
background-color: #DFF2CB;
}
</style>
border-color css
<style>
span { border-color: #DFF2CB; }
span { border-color: rgb(223,242,203); }
td.TdClassName
{
border-color: #DFF2CB;
}
.TagClassName
{
border-color: #DFF2CB;
}
</style>