Shades of White Ice #CFF6E3
Tints of White Ice #CFF6E3
RGB
CMYK
RGB Variations
Color information
#CFF6E3 (or 0xCFF6E3) is known color: White Ice. HEX triplet: CF, F6 and E3. RGB value is (207,246,227). Sum of RGB (Red+Green+Blue) = 207+246+227=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6E3 is #30091C. Grayscale: #E8E8E8. Windows color (decimal): -3148061 or 14939855. OLE color: 14939855.
HSL color Cylindrical-coordinate representation of color #CFF6E3: hue angle of 150.77º 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 #CFF6E3 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 227 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.04 |
| HSL | 150.77º | 0.68% | 0.89% | - |
| HSV(B) | 150.77º | 0.16% | 0.96% | - |
| XYZ | 72.55 | 84.72 | 85.2 | - |
| YUV | 232.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 227 | 0.16 | 0 | 0.08 | 0.04 | 150.77 | 0.68 | 0.89 |
| Hex | CF | F6 | E3 | 10 | 0 | 8 | 4 | 97 | 44 | 59 |
| Octal | 317 | 366 | 343 | 20 | 0 | 10 | 4 | 227 | 104 | 131 |
| Binary | 11001111 | 11110110 | 11100011 | 10000 | 0 | 1000 | 100 | 10010111 | 1000100 | 1011001 |
Color Harmonies of #CFF6E3
Complementary color
Monochromatic Colors of #CFF6E3
Black with #CFF6E3
Text Example
Text Example
White with #CFF6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6E3; }
p { color: rgb(207,246,227); }
H1.HeaderClassName
{
color: #CFF6E3;
}
.AnyTagClassName
{
color: #CFF6E3;
}
</style>
background-color css
<style>
a { background-color: #CFF6E3; }
a { background-color: rgb(207,246,227); }
div.DivClassName
{
background-color: #CFF6E3;
}
.BgClassName
{
background-color: #CFF6E3;
}
</style>
border-color css
<style>
span { border-color: #CFF6E3; }
span { border-color: rgb(207,246,227); }
td.TdClassName
{
border-color: #CFF6E3;
}
.TagClassName
{
border-color: #CFF6E3;
}
</style>