Shades of White Ice #CFFEE4
Tints of White Ice #CFFEE4
RGB
CMYK
RGB Variations
Color information
#CFFEE4 (or 0xCFFEE4) is known color: White Ice. HEX triplet: CF, FE and E4. RGB value is (207,254,228). Sum of RGB (Red+Green+Blue) = 207+254+228=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEE4 is #30011B. Grayscale: #EDEDED. Windows color (decimal): -3146012 or 15007439. OLE color: 15007439.
HSL color Cylindrical-coordinate representation of color #CFFEE4: hue angle of 146.81º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFEE4 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 228 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.00 |
| HSL | 146.81º | 0.96% | 0.9% | - |
| HSV(B) | 146.81º | 0.19% | 1% | - |
| XYZ | 75.18 | 89.75 | 86.76 | - |
| YUV | 236.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 228 | 0.19 | 0 | 0.10 | 0.00 | 146.81 | 0.96 | 0.9 |
| Hex | CF | FE | E4 | 13 | 0 | A | 0 | 93 | 60 | 5A |
| Octal | 317 | 376 | 344 | 23 | 0 | 12 | 0 | 223 | 140 | 132 |
| Binary | 11001111 | 11111110 | 11100100 | 10011 | 0 | 1010 | 0 | 10010011 | 1100000 | 1011010 |
Color Harmonies of #CFFEE4
Complementary color
Monochromatic Colors of #CFFEE4
Black with #CFFEE4
Text Example
Text Example
White with #CFFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEE4; }
p { color: rgb(207,254,228); }
H1.HeaderClassName
{
color: #CFFEE4;
}
.AnyTagClassName
{
color: #CFFEE4;
}
</style>
background-color css
<style>
a { background-color: #CFFEE4; }
a { background-color: rgb(207,254,228); }
div.DivClassName
{
background-color: #CFFEE4;
}
.BgClassName
{
background-color: #CFFEE4;
}
</style>
border-color css
<style>
span { border-color: #CFFEE4; }
span { border-color: rgb(207,254,228); }
td.TdClassName
{
border-color: #CFFEE4;
}
.TagClassName
{
border-color: #CFFEE4;
}
</style>