Shades of White Ice #CFFFE9
Tints of White Ice #CFFFE9
RGB
CMYK
RGB Variations
Color information
#CFFFE9 (or 0xCFFFE9) is known color: White Ice. HEX triplet: CF, FF and E9. RGB value is (207,255,233). Sum of RGB (Red+Green+Blue) = 207+255+233=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFE9 is #300016. Grayscale: #EEEEEE. Windows color (decimal): -3145751 or 15335375. OLE color: 15335375.
HSL color Cylindrical-coordinate representation of color #CFFFE9: hue angle of 152.5º 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 #CFFFE9 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 233 | - |
| CMYK | 0.19 | 0 | 0.09 | 0 |
| HSL | 152.5º | 1% | 0.91% | - |
| HSV(B) | 152.5º | 0.19% | 1% | - |
| XYZ | 76.2 | 90.67 | 90.58 | - |
| YUV | 238.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 233 | 0.19 | 0 | 0.09 | 0 | 152.5 | 1 | 0.91 |
| Hex | CF | FF | E9 | 13 | 0 | 9 | 0 | 98 | 64 | 5B |
| Octal | 317 | 377 | 351 | 23 | 0 | 11 | 0 | 230 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11101001 | 10011 | 0 | 1001 | 0 | 10011000 | 1100100 | 1011011 |
Color Harmonies of #CFFFE9
Complementary color
Monochromatic Colors of #CFFFE9
Black with #CFFFE9
Text Example
Text Example
White with #CFFFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFE9; }
p { color: rgb(207,255,233); }
H1.HeaderClassName
{
color: #CFFFE9;
}
.AnyTagClassName
{
color: #CFFFE9;
}
</style>
background-color css
<style>
a { background-color: #CFFFE9; }
a { background-color: rgb(207,255,233); }
div.DivClassName
{
background-color: #CFFFE9;
}
.BgClassName
{
background-color: #CFFFE9;
}
</style>
border-color css
<style>
span { border-color: #CFFFE9; }
span { border-color: rgb(207,255,233); }
td.TdClassName
{
border-color: #CFFFE9;
}
.TagClassName
{
border-color: #CFFFE9;
}
</style>