Shades of White Ice #CFF3E3
Tints of White Ice #CFF3E3
RGB
CMYK
RGB Variations
Color information
#CFF3E3 (or 0xCFF3E3) is known color: White Ice. HEX triplet: CF, F3 and E3. RGB value is (207,243,227). Sum of RGB (Red+Green+Blue) = 207+243+227=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3E3 is #300C1C. Grayscale: #E6E6E6. Windows color (decimal): -3148829 or 14939087. OLE color: 14939087.
HSL color Cylindrical-coordinate representation of color #CFF3E3: hue angle of 153.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF3E3 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 227 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.05 |
| HSL | 153.33º | 0.6% | 0.88% | - |
| HSV(B) | 153.33º | 0.15% | 0.95% | - |
| XYZ | 71.65 | 82.91 | 84.9 | - |
| YUV | 230.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 227 | 0.15 | 0 | 0.07 | 0.05 | 153.33 | 0.6 | 0.88 |
| Hex | CF | F3 | E3 | F | 0 | 7 | 5 | 99 | 3C | 58 |
| Octal | 317 | 363 | 343 | 17 | 0 | 7 | 5 | 231 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11100011 | 1111 | 0 | 111 | 101 | 10011001 | 111100 | 1011000 |
Color Harmonies of #CFF3E3
Complementary color
Monochromatic Colors of #CFF3E3
Black with #CFF3E3
Text Example
Text Example
White with #CFF3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3E3; }
p { color: rgb(207,243,227); }
H1.HeaderClassName
{
color: #CFF3E3;
}
.AnyTagClassName
{
color: #CFF3E3;
}
</style>
background-color css
<style>
a { background-color: #CFF3E3; }
a { background-color: rgb(207,243,227); }
div.DivClassName
{
background-color: #CFF3E3;
}
.BgClassName
{
background-color: #CFF3E3;
}
</style>
border-color css
<style>
span { border-color: #CFF3E3; }
span { border-color: rgb(207,243,227); }
td.TdClassName
{
border-color: #CFF3E3;
}
.TagClassName
{
border-color: #CFF3E3;
}
</style>