Shades of White Ice #CFFFE3
Tints of White Ice #CFFFE3
RGB
CMYK
RGB Variations
Color information
#CFFFE3 (or 0xCFFFE3) is known color: White Ice. HEX triplet: CF, FF and E3. RGB value is (207,255,227). Sum of RGB (Red+Green+Blue) = 207+255+227=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 227 (89.06% from 255 or 32.95% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFE3 is #30001C. Grayscale: #EDEDED. Windows color (decimal): -3145757 or 14942159. OLE color: 14942159.
HSL color Cylindrical-coordinate representation of color #CFFFE3: hue angle of 145º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFFE3 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 227 | - |
| CMYK | 0.19 | 0 | 0.11 | 0 |
| HSL | 145º | 1% | 0.91% | - |
| HSV(B) | 145º | 0.19% | 1% | - |
| XYZ | 75.36 | 90.33 | 86.14 | - |
| YUV | 237.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 227 | 0.19 | 0 | 0.11 | 0 | 145 | 1 | 0.91 |
| Hex | CF | FF | E3 | 13 | 0 | B | 0 | 91 | 64 | 5B |
| Octal | 317 | 377 | 343 | 23 | 0 | 13 | 0 | 221 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11100011 | 10011 | 0 | 1011 | 0 | 10010001 | 1100100 | 1011011 |
Color Harmonies of #CFFFE3
Complementary color
Monochromatic Colors of #CFFFE3
Black with #CFFFE3
Text Example
Text Example
White with #CFFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFE3; }
p { color: rgb(207,255,227); }
H1.HeaderClassName
{
color: #CFFFE3;
}
.AnyTagClassName
{
color: #CFFFE3;
}
</style>
background-color css
<style>
a { background-color: #CFFFE3; }
a { background-color: rgb(207,255,227); }
div.DivClassName
{
background-color: #CFFFE3;
}
.BgClassName
{
background-color: #CFFFE3;
}
</style>
border-color css
<style>
span { border-color: #CFFFE3; }
span { border-color: rgb(207,255,227); }
td.TdClassName
{
border-color: #CFFFE3;
}
.TagClassName
{
border-color: #CFFFE3;
}
</style>