Shades of White Ice #C8FFDE
Tints of White Ice #C8FFDE
RGB
CMYK
RGB Variations
Color information
#C8FFDE (or 0xC8FFDE) is known color: White Ice. HEX triplet: C8, FF and DE. RGB value is (200,255,222). Sum of RGB (Red+Green+Blue) = 200+255+222=677 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.54% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFDE is #370021. Grayscale: #EAEAEA. Windows color (decimal): -3604514 or 14614472. OLE color: 14614472.
HSL color Cylindrical-coordinate representation of color #C8FFDE: hue angle of 144º 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 #C8FFDE is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 222 | - |
| CMYK | 0.22 | 0 | 0.13 | 0 |
| HSL | 144º | 1% | 0.89% | - |
| HSV(B) | 144º | 0.22% | 1% | - |
| XYZ | 72.76 | 89.07 | 82.47 | - |
| YUV | 234.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 222 | 0.22 | 0 | 0.13 | 0 | 144 | 1 | 0.89 |
| Hex | C8 | FF | DE | 16 | 0 | D | 0 | 90 | 64 | 59 |
| Octal | 310 | 377 | 336 | 26 | 0 | 15 | 0 | 220 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11011110 | 10110 | 0 | 1101 | 0 | 10010000 | 1100100 | 1011001 |
Color Harmonies of #C8FFDE
Complementary color
Monochromatic Colors of #C8FFDE
Black with #C8FFDE
Text Example
Text Example
White with #C8FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFDE; }
p { color: rgb(200,255,222); }
H1.HeaderClassName
{
color: #C8FFDE;
}
.AnyTagClassName
{
color: #C8FFDE;
}
</style>
background-color css
<style>
a { background-color: #C8FFDE; }
a { background-color: rgb(200,255,222); }
div.DivClassName
{
background-color: #C8FFDE;
}
.BgClassName
{
background-color: #C8FFDE;
}
</style>
border-color css
<style>
span { border-color: #C8FFDE; }
span { border-color: rgb(200,255,222); }
td.TdClassName
{
border-color: #C8FFDE;
}
.TagClassName
{
border-color: #C8FFDE;
}
</style>