Shades of White Ice #C8FFE0
Tints of White Ice #C8FFE0
RGB
CMYK
RGB Variations
Color information
#C8FFE0 (or 0xC8FFE0) is known color: White Ice. HEX triplet: C8, FF and E0. RGB value is (200,255,224). Sum of RGB (Red+Green+Blue) = 200+255+224=679 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.46% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFE0 is #37001F. Grayscale: #EBEBEB. Windows color (decimal): -3604512 or 14745544. OLE color: 14745544.
HSL color Cylindrical-coordinate representation of color #C8FFE0: hue angle of 146.18º 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 #C8FFE0 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 224 | - |
| CMYK | 0.22 | 0 | 0.12 | 0 |
| HSL | 146.18º | 1% | 0.89% | - |
| HSV(B) | 146.18º | 0.22% | 1% | - |
| XYZ | 73.03 | 89.18 | 83.89 | - |
| YUV | 235.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 224 | 0.22 | 0 | 0.12 | 0 | 146.18 | 1 | 0.89 |
| Hex | C8 | FF | E0 | 16 | 0 | C | 0 | 92 | 64 | 59 |
| Octal | 310 | 377 | 340 | 26 | 0 | 14 | 0 | 222 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11100000 | 10110 | 0 | 1100 | 0 | 10010010 | 1100100 | 1011001 |
Color Harmonies of #C8FFE0
Complementary color
Monochromatic Colors of #C8FFE0
Black with #C8FFE0
Text Example
Text Example
White with #C8FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFE0; }
p { color: rgb(200,255,224); }
H1.HeaderClassName
{
color: #C8FFE0;
}
.AnyTagClassName
{
color: #C8FFE0;
}
</style>
background-color css
<style>
a { background-color: #C8FFE0; }
a { background-color: rgb(200,255,224); }
div.DivClassName
{
background-color: #C8FFE0;
}
.BgClassName
{
background-color: #C8FFE0;
}
</style>
border-color css
<style>
span { border-color: #C8FFE0; }
span { border-color: rgb(200,255,224); }
td.TdClassName
{
border-color: #C8FFE0;
}
.TagClassName
{
border-color: #C8FFE0;
}
</style>