Shades of White Ice #CFF6E2
Tints of White Ice #CFF6E2
RGB
CMYK
RGB Variations
Color information
#CFF6E2 (or 0xCFF6E2) is known color: White Ice. HEX triplet: CF, F6 and E2. RGB value is (207,246,226). Sum of RGB (Red+Green+Blue) = 207+246+226=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 246 (96.48% from 255 or 36.23% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6E2 is #30091D. Grayscale: #E8E8E8. Windows color (decimal): -3148062 or 14874319. OLE color: 14874319.
HSL color Cylindrical-coordinate representation of color #CFF6E2: hue angle of 149.23º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF6E2 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 226 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.04 |
| HSL | 149.23º | 0.68% | 0.89% | - |
| HSV(B) | 149.23º | 0.16% | 0.96% | - |
| XYZ | 72.42 | 84.67 | 84.48 | - |
| YUV | 232.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 226 | 0.16 | 0 | 0.08 | 0.04 | 149.23 | 0.68 | 0.89 |
| Hex | CF | F6 | E2 | 10 | 0 | 8 | 4 | 95 | 44 | 59 |
| Octal | 317 | 366 | 342 | 20 | 0 | 10 | 4 | 225 | 104 | 131 |
| Binary | 11001111 | 11110110 | 11100010 | 10000 | 0 | 1000 | 100 | 10010101 | 1000100 | 1011001 |
Color Harmonies of #CFF6E2
Complementary color
Monochromatic Colors of #CFF6E2
Black with #CFF6E2
Text Example
Text Example
White with #CFF6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6E2; }
p { color: rgb(207,246,226); }
H1.HeaderClassName
{
color: #CFF6E2;
}
.AnyTagClassName
{
color: #CFF6E2;
}
</style>
background-color css
<style>
a { background-color: #CFF6E2; }
a { background-color: rgb(207,246,226); }
div.DivClassName
{
background-color: #CFF6E2;
}
.BgClassName
{
background-color: #CFF6E2;
}
</style>
border-color css
<style>
span { border-color: #CFF6E2; }
span { border-color: rgb(207,246,226); }
td.TdClassName
{
border-color: #CFF6E2;
}
.TagClassName
{
border-color: #CFF6E2;
}
</style>