Shades of White Ice #CFF1E2
Tints of White Ice #CFF1E2
RGB
CMYK
RGB Variations
Color information
#CFF1E2 (or 0xCFF1E2) is known color: White Ice. HEX triplet: CF, F1 and E2. RGB value is (207,241,226). Sum of RGB (Red+Green+Blue) = 207+241+226=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1E2 is #300E1D. Grayscale: #E5E5E5. Windows color (decimal): -3149342 or 14873039. OLE color: 14873039.
HSL color Cylindrical-coordinate representation of color #CFF1E2: hue angle of 153.53º 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 #CFF1E2 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 241 | 226 | - |
CMYK | 0.14 | 0 | 0.06 | 0.05 |
HSL | 153.53º | 0.55% | 0.88% | - |
HSV(B) | 153.53º | 0.14% | 0.95% | - |
XYZ | 70.91 | 81.67 | 83.98 | - |
YUV | 229.12 | 126.24 | 112.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 241 | 226 | 0.14 | 0 | 0.06 | 0.05 | 153.53 | 0.55 | 0.88 |
Hex | CF | F1 | E2 | E | 0 | 6 | 5 | 9A | 37 | 58 |
Octal | 317 | 361 | 342 | 16 | 0 | 6 | 5 | 232 | 67 | 130 |
Binary | 11001111 | 11110001 | 11100010 | 1110 | 0 | 110 | 101 | 10011010 | 110111 | 1011000 |
Color Harmonies of #CFF1E2
Complementary color
Monochromatic Colors of #CFF1E2
Black with #CFF1E2
Text Example
Text Example
White with #CFF1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1E2; }
p { color: rgb(207,241,226); }
H1.HeaderClassName
{
color: #CFF1E2;
}
.AnyTagClassName
{
color: #CFF1E2;
}
</style>
background-color css
<style>
a { background-color: #CFF1E2; }
a { background-color: rgb(207,241,226); }
div.DivClassName
{
background-color: #CFF1E2;
}
.BgClassName
{
background-color: #CFF1E2;
}
</style>
border-color css
<style>
span { border-color: #CFF1E2; }
span { border-color: rgb(207,241,226); }
td.TdClassName
{
border-color: #CFF1E2;
}
.TagClassName
{
border-color: #CFF1E2;
}
</style>