Shades of White Ice #CFF8E0
Tints of White Ice #CFF8E0
RGB
CMYK
RGB Variations
Color information
#CFF8E0 (or 0xCFF8E0) is known color: White Ice. HEX triplet: CF, F8 and E0. RGB value is (207,248,224). Sum of RGB (Red+Green+Blue) = 207+248+224=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8E0 is #30071F. Grayscale: #E9E9E9. Windows color (decimal): -3147552 or 14743759. OLE color: 14743759.
HSL color Cylindrical-coordinate representation of color #CFF8E0: hue angle of 144.88º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF8E0 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 224 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.03 |
| HSL | 144.88º | 0.75% | 0.89% | - |
| HSV(B) | 144.88º | 0.17% | 0.97% | - |
| XYZ | 72.75 | 85.78 | 83.24 | - |
| YUV | 233.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 224 | 0.17 | 0 | 0.10 | 0.03 | 144.88 | 0.75 | 0.89 |
| Hex | CF | F8 | E0 | 11 | 0 | A | 3 | 91 | 4B | 59 |
| Octal | 317 | 370 | 340 | 21 | 0 | 12 | 3 | 221 | 113 | 131 |
| Binary | 11001111 | 11111000 | 11100000 | 10001 | 0 | 1010 | 11 | 10010001 | 1001011 | 1011001 |
Color Harmonies of #CFF8E0
Complementary color
Monochromatic Colors of #CFF8E0
Black with #CFF8E0
Text Example
Text Example
White with #CFF8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8E0; }
p { color: rgb(207,248,224); }
H1.HeaderClassName
{
color: #CFF8E0;
}
.AnyTagClassName
{
color: #CFF8E0;
}
</style>
background-color css
<style>
a { background-color: #CFF8E0; }
a { background-color: rgb(207,248,224); }
div.DivClassName
{
background-color: #CFF8E0;
}
.BgClassName
{
background-color: #CFF8E0;
}
</style>
border-color css
<style>
span { border-color: #CFF8E0; }
span { border-color: rgb(207,248,224); }
td.TdClassName
{
border-color: #CFF8E0;
}
.TagClassName
{
border-color: #CFF8E0;
}
</style>