Shades of White Ice #C7FFE0
Tints of White Ice #C7FFE0
RGB
CMYK
RGB Variations
Color information
#C7FFE0 (or 0xC7FFE0) is known color: White Ice. HEX triplet: C7, FF and E0. RGB value is (199,255,224). Sum of RGB (Red+Green+Blue) = 199+255+224=678 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.35% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFE0 is #38001F. Grayscale: #EAEAEA. Windows color (decimal): -3670048 or 14745543. OLE color: 14745543.
HSL color Cylindrical-coordinate representation of color #C7FFE0: hue angle of 146.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FFE0 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 224 | - |
| CMYK | 0.22 | 0 | 0.12 | 0 |
| HSL | 146.79º | 1% | 0.89% | - |
| HSV(B) | 146.79º | 0.22% | 1% | - |
| XYZ | 72.77 | 89.04 | 83.87 | - |
| YUV | 234.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 224 | 0.22 | 0 | 0.12 | 0 | 146.79 | 1 | 0.89 |
| Hex | C7 | FF | E0 | 16 | 0 | C | 0 | 93 | 64 | 59 |
| Octal | 307 | 377 | 340 | 26 | 0 | 14 | 0 | 223 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11100000 | 10110 | 0 | 1100 | 0 | 10010011 | 1100100 | 1011001 |
Color Harmonies of #C7FFE0
Complementary color
Monochromatic Colors of #C7FFE0
Black with #C7FFE0
Text Example
Text Example
White with #C7FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFE0; }
p { color: rgb(199,255,224); }
H1.HeaderClassName
{
color: #C7FFE0;
}
.AnyTagClassName
{
color: #C7FFE0;
}
</style>
background-color css
<style>
a { background-color: #C7FFE0; }
a { background-color: rgb(199,255,224); }
div.DivClassName
{
background-color: #C7FFE0;
}
.BgClassName
{
background-color: #C7FFE0;
}
</style>
border-color css
<style>
span { border-color: #C7FFE0; }
span { border-color: rgb(199,255,224); }
td.TdClassName
{
border-color: #C7FFE0;
}
.TagClassName
{
border-color: #C7FFE0;
}
</style>