Shades of White Ice #C8FFE1
Tints of White Ice #C8FFE1
RGB
CMYK
RGB Variations
Color information
#C8FFE1 (or 0xC8FFE1) is known color: White Ice. HEX triplet: C8, FF and E1. RGB value is (200,255,225). Sum of RGB (Red+Green+Blue) = 200+255+225=680 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.41% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFE1 is #37001E. Grayscale: #EBEBEB. Windows color (decimal): -3604511 or 14811080. OLE color: 14811080.
HSL color Cylindrical-coordinate representation of color #C8FFE1: hue angle of 147.27º 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 #C8FFE1 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 225 | - |
| CMYK | 0.22 | 0 | 0.12 | 0 |
| HSL | 147.27º | 1% | 0.89% | - |
| HSV(B) | 147.27º | 0.22% | 1% | - |
| XYZ | 73.17 | 89.24 | 84.6 | - |
| YUV | 235.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 225 | 0.22 | 0 | 0.12 | 0 | 147.27 | 1 | 0.89 |
| Hex | C8 | FF | E1 | 16 | 0 | C | 0 | 93 | 64 | 59 |
| Octal | 310 | 377 | 341 | 26 | 0 | 14 | 0 | 223 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11100001 | 10110 | 0 | 1100 | 0 | 10010011 | 1100100 | 1011001 |
Color Harmonies of #C8FFE1
Complementary color
Monochromatic Colors of #C8FFE1
Black with #C8FFE1
Text Example
Text Example
White with #C8FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFE1; }
p { color: rgb(200,255,225); }
H1.HeaderClassName
{
color: #C8FFE1;
}
.AnyTagClassName
{
color: #C8FFE1;
}
</style>
background-color css
<style>
a { background-color: #C8FFE1; }
a { background-color: rgb(200,255,225); }
div.DivClassName
{
background-color: #C8FFE1;
}
.BgClassName
{
background-color: #C8FFE1;
}
</style>
border-color css
<style>
span { border-color: #C8FFE1; }
span { border-color: rgb(200,255,225); }
td.TdClassName
{
border-color: #C8FFE1;
}
.TagClassName
{
border-color: #C8FFE1;
}
</style>