Shades of Frostee #DEF2CB
Tints of Frostee #DEF2CB
RGB
CMYK
RGB Variations
Color information
#DEF2CB (or 0xDEF2CB) is known color: Frostee. HEX triplet: DE, F2 and CB. RGB value is (222,242,203). Sum of RGB (Red+Green+Blue) = 222+242+203=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2CB is #210D34. Grayscale: #E7E7E7. Windows color (decimal): -2166069 or 13365982. OLE color: 13365982.
HSL color Cylindrical-coordinate representation of color #DEF2CB: hue angle of 90.77º 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 #DEF2CB is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 203 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.05 |
| HSL | 90.77º | 0.6% | 0.87% | - |
| HSV(B) | 90.77º | 0.16% | 0.95% | - |
| XYZ | 72.66 | 83.35 | 68.76 | - |
| YUV | 231.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 203 | 0.08 | 0 | 0.16 | 0.05 | 90.77 | 0.6 | 0.87 |
| Hex | DE | F2 | CB | 8 | 0 | 10 | 5 | 5B | 3C | 57 |
| Octal | 336 | 362 | 313 | 10 | 0 | 20 | 5 | 133 | 74 | 127 |
| Binary | 11011110 | 11110010 | 11001011 | 1000 | 0 | 10000 | 101 | 1011011 | 111100 | 1010111 |
Color Harmonies of #DEF2CB
Complementary color
Monochromatic Colors of #DEF2CB
Black with #DEF2CB
Text Example
Text Example
White with #DEF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2CB; }
p { color: rgb(222,242,203); }
H1.HeaderClassName
{
color: #DEF2CB;
}
.AnyTagClassName
{
color: #DEF2CB;
}
</style>
background-color css
<style>
a { background-color: #DEF2CB; }
a { background-color: rgb(222,242,203); }
div.DivClassName
{
background-color: #DEF2CB;
}
.BgClassName
{
background-color: #DEF2CB;
}
</style>
border-color css
<style>
span { border-color: #DEF2CB; }
span { border-color: rgb(222,242,203); }
td.TdClassName
{
border-color: #DEF2CB;
}
.TagClassName
{
border-color: #DEF2CB;
}
</style>