Shades of White Ice #CFF7E1
Tints of White Ice #CFF7E1
RGB
CMYK
RGB Variations
Color information
#CFF7E1 (or 0xCFF7E1) is known color: White Ice. HEX triplet: CF, F7 and E1. RGB value is (207,247,225). Sum of RGB (Red+Green+Blue) = 207+247+225=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7E1 is #30081E. Grayscale: #E8E8E8. Windows color (decimal): -3147807 or 14809039. OLE color: 14809039.
HSL color Cylindrical-coordinate representation of color #CFF7E1: hue angle of 147º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF7E1 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 225 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.03 |
| HSL | 147º | 0.71% | 0.89% | - |
| HSV(B) | 147º | 0.16% | 0.97% | - |
| XYZ | 72.58 | 85.22 | 83.86 | - |
| YUV | 232.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 225 | 0.16 | 0 | 0.09 | 0.03 | 147 | 0.71 | 0.89 |
| Hex | CF | F7 | E1 | 10 | 0 | 9 | 3 | 93 | 47 | 59 |
| Octal | 317 | 367 | 341 | 20 | 0 | 11 | 3 | 223 | 107 | 131 |
| Binary | 11001111 | 11110111 | 11100001 | 10000 | 0 | 1001 | 11 | 10010011 | 1000111 | 1011001 |
Color Harmonies of #CFF7E1
Complementary color
Monochromatic Colors of #CFF7E1
Black with #CFF7E1
Text Example
Text Example
White with #CFF7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7E1; }
p { color: rgb(207,247,225); }
H1.HeaderClassName
{
color: #CFF7E1;
}
.AnyTagClassName
{
color: #CFF7E1;
}
</style>
background-color css
<style>
a { background-color: #CFF7E1; }
a { background-color: rgb(207,247,225); }
div.DivClassName
{
background-color: #CFF7E1;
}
.BgClassName
{
background-color: #CFF7E1;
}
</style>
border-color css
<style>
span { border-color: #CFF7E1; }
span { border-color: rgb(207,247,225); }
td.TdClassName
{
border-color: #CFF7E1;
}
.TagClassName
{
border-color: #CFF7E1;
}
</style>