Shades of White Ice #CFF7E4
Tints of White Ice #CFF7E4
RGB
CMYK
RGB Variations
Color information
#CFF7E4 (or 0xCFF7E4) is known color: White Ice. HEX triplet: CF, F7 and E4. RGB value is (207,247,228). Sum of RGB (Red+Green+Blue) = 207+247+228=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7E4 is #30081B. Grayscale: #E8E8E8. Windows color (decimal): -3147804 or 15005647. OLE color: 15005647.
HSL color Cylindrical-coordinate representation of color #CFF7E4: hue angle of 151.5º 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 #CFF7E4 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 228 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.03 |
| HSL | 151.5º | 0.71% | 0.89% | - |
| HSV(B) | 151.5º | 0.16% | 0.97% | - |
| XYZ | 73 | 85.39 | 86.03 | - |
| YUV | 232.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 228 | 0.16 | 0 | 0.08 | 0.03 | 151.5 | 0.71 | 0.89 |
| Hex | CF | F7 | E4 | 10 | 0 | 8 | 3 | 98 | 47 | 59 |
| Octal | 317 | 367 | 344 | 20 | 0 | 10 | 3 | 230 | 107 | 131 |
| Binary | 11001111 | 11110111 | 11100100 | 10000 | 0 | 1000 | 11 | 10011000 | 1000111 | 1011001 |
Color Harmonies of #CFF7E4
Complementary color
Monochromatic Colors of #CFF7E4
Black with #CFF7E4
Text Example
Text Example
White with #CFF7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7E4; }
p { color: rgb(207,247,228); }
H1.HeaderClassName
{
color: #CFF7E4;
}
.AnyTagClassName
{
color: #CFF7E4;
}
</style>
background-color css
<style>
a { background-color: #CFF7E4; }
a { background-color: rgb(207,247,228); }
div.DivClassName
{
background-color: #CFF7E4;
}
.BgClassName
{
background-color: #CFF7E4;
}
</style>
border-color css
<style>
span { border-color: #CFF7E4; }
span { border-color: rgb(207,247,228); }
td.TdClassName
{
border-color: #CFF7E4;
}
.TagClassName
{
border-color: #CFF7E4;
}
</style>