Shades of White Ice #CFFFE4
Tints of White Ice #CFFFE4
RGB
CMYK
RGB Variations
Color information
#CFFFE4 (or 0xCFFFE4) is known color: White Ice. HEX triplet: CF, FF and E4. RGB value is (207,255,228). Sum of RGB (Red+Green+Blue) = 207+255+228=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 228 (89.45% from 255 or 33.04% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFE4 is #30001B. Grayscale: #EDEDED. Windows color (decimal): -3145756 or 15007695. OLE color: 15007695.
HSL color Cylindrical-coordinate representation of color #CFFFE4: hue angle of 146.25º 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 #CFFFE4 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 228 | - |
| CMYK | 0.19 | 0 | 0.11 | 0 |
| HSL | 146.25º | 1% | 0.91% | - |
| HSV(B) | 146.25º | 0.19% | 1% | - |
| XYZ | 75.5 | 90.39 | 86.87 | - |
| YUV | 237.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 228 | 0.19 | 0 | 0.11 | 0 | 146.25 | 1 | 0.91 |
| Hex | CF | FF | E4 | 13 | 0 | B | 0 | 92 | 64 | 5B |
| Octal | 317 | 377 | 344 | 23 | 0 | 13 | 0 | 222 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11100100 | 10011 | 0 | 1011 | 0 | 10010010 | 1100100 | 1011011 |
Color Harmonies of #CFFFE4
Complementary color
Monochromatic Colors of #CFFFE4
Black with #CFFFE4
Text Example
Text Example
White with #CFFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFE4; }
p { color: rgb(207,255,228); }
H1.HeaderClassName
{
color: #CFFFE4;
}
.AnyTagClassName
{
color: #CFFFE4;
}
</style>
background-color css
<style>
a { background-color: #CFFFE4; }
a { background-color: rgb(207,255,228); }
div.DivClassName
{
background-color: #CFFFE4;
}
.BgClassName
{
background-color: #CFFFE4;
}
</style>
border-color css
<style>
span { border-color: #CFFFE4; }
span { border-color: rgb(207,255,228); }
td.TdClassName
{
border-color: #CFFFE4;
}
.TagClassName
{
border-color: #CFFFE4;
}
</style>