Shades of White Ice #CFF1E0
Tints of White Ice #CFF1E0
RGB
CMYK
RGB Variations
Color information
#CFF1E0 (or 0xCFF1E0) is known color: White Ice. HEX triplet: CF, F1 and E0. RGB value is (207,241,224). Sum of RGB (Red+Green+Blue) = 207+241+224=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1E0 is #300E1F. Grayscale: #E4E4E4. Windows color (decimal): -3149344 or 14741967. OLE color: 14741967.
HSL color Cylindrical-coordinate representation of color #CFF1E0: hue angle of 150º degrees, saturation: 0.55, 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 #CFF1E0 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 224 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.05 |
| HSL | 150º | 0.55% | 0.88% | - |
| HSV(B) | 150º | 0.14% | 0.95% | - |
| XYZ | 70.64 | 81.56 | 82.54 | - |
| YUV | 228.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 224 | 0.14 | 0 | 0.07 | 0.05 | 150 | 0.55 | 0.88 |
| Hex | CF | F1 | E0 | E | 0 | 7 | 5 | 96 | 37 | 58 |
| Octal | 317 | 361 | 340 | 16 | 0 | 7 | 5 | 226 | 67 | 130 |
| Binary | 11001111 | 11110001 | 11100000 | 1110 | 0 | 111 | 101 | 10010110 | 110111 | 1011000 |
Color Harmonies of #CFF1E0
Complementary color
Monochromatic Colors of #CFF1E0
Black with #CFF1E0
Text Example
Text Example
White with #CFF1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1E0; }
p { color: rgb(207,241,224); }
H1.HeaderClassName
{
color: #CFF1E0;
}
.AnyTagClassName
{
color: #CFF1E0;
}
</style>
background-color css
<style>
a { background-color: #CFF1E0; }
a { background-color: rgb(207,241,224); }
div.DivClassName
{
background-color: #CFF1E0;
}
.BgClassName
{
background-color: #CFF1E0;
}
</style>
border-color css
<style>
span { border-color: #CFF1E0; }
span { border-color: rgb(207,241,224); }
td.TdClassName
{
border-color: #CFF1E0;
}
.TagClassName
{
border-color: #CFF1E0;
}
</style>