Shades of White Ice #CFF2E2
Tints of White Ice #CFF2E2
RGB
CMYK
RGB Variations
Color information
#CFF2E2 (or 0xCFF2E2) is known color: White Ice. HEX triplet: CF, F2 and E2. RGB value is (207,242,226). Sum of RGB (Red+Green+Blue) = 207+242+226=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2E2 is #300D1D. Grayscale: #E5E5E5. Windows color (decimal): -3149086 or 14873295. OLE color: 14873295.
HSL color Cylindrical-coordinate representation of color #CFF2E2: hue angle of 152.57º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF2E2 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 226 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.05 |
| HSL | 152.57º | 0.57% | 0.88% | - |
| HSV(B) | 152.57º | 0.14% | 0.95% | - |
| XYZ | 71.21 | 82.26 | 84.08 | - |
| YUV | 229.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 226 | 0.14 | 0 | 0.07 | 0.05 | 152.57 | 0.57 | 0.88 |
| Hex | CF | F2 | E2 | E | 0 | 7 | 5 | 99 | 39 | 58 |
| Octal | 317 | 362 | 342 | 16 | 0 | 7 | 5 | 231 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11100010 | 1110 | 0 | 111 | 101 | 10011001 | 111001 | 1011000 |
Color Harmonies of #CFF2E2
Complementary color
Monochromatic Colors of #CFF2E2
Black with #CFF2E2
Text Example
Text Example
White with #CFF2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2E2; }
p { color: rgb(207,242,226); }
H1.HeaderClassName
{
color: #CFF2E2;
}
.AnyTagClassName
{
color: #CFF2E2;
}
</style>
background-color css
<style>
a { background-color: #CFF2E2; }
a { background-color: rgb(207,242,226); }
div.DivClassName
{
background-color: #CFF2E2;
}
.BgClassName
{
background-color: #CFF2E2;
}
</style>
border-color css
<style>
span { border-color: #CFF2E2; }
span { border-color: rgb(207,242,226); }
td.TdClassName
{
border-color: #CFF2E2;
}
.TagClassName
{
border-color: #CFF2E2;
}
</style>