Shades of White Ice #C8FCDE
Tints of White Ice #C8FCDE
RGB
CMYK
RGB Variations
Color information
#C8FCDE (or 0xC8FCDE) is known color: White Ice. HEX triplet: C8, FC and DE. RGB value is (200,252,222). Sum of RGB (Red+Green+Blue) = 200+252+222=674 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.67% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FCDE is #370321. Grayscale: #E9E9E9. Windows color (decimal): -3605282 or 14613704. OLE color: 14613704.
HSL color Cylindrical-coordinate representation of color #C8FCDE: hue angle of 145.38º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FCDE is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 222 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.01 |
| HSL | 145.38º | 0.9% | 0.89% | - |
| HSV(B) | 145.38º | 0.21% | 0.99% | - |
| XYZ | 71.81 | 87.17 | 82.15 | - |
| YUV | 233.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 222 | 0.21 | 0 | 0.12 | 0.01 | 145.38 | 0.9 | 0.89 |
| Hex | C8 | FC | DE | 15 | 0 | C | 1 | 91 | 5A | 59 |
| Octal | 310 | 374 | 336 | 25 | 0 | 14 | 1 | 221 | 132 | 131 |
| Binary | 11001000 | 11111100 | 11011110 | 10101 | 0 | 1100 | 1 | 10010001 | 1011010 | 1011001 |
Color Harmonies of #C8FCDE
Complementary color
Monochromatic Colors of #C8FCDE
Black with #C8FCDE
Text Example
Text Example
White with #C8FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCDE; }
p { color: rgb(200,252,222); }
H1.HeaderClassName
{
color: #C8FCDE;
}
.AnyTagClassName
{
color: #C8FCDE;
}
</style>
background-color css
<style>
a { background-color: #C8FCDE; }
a { background-color: rgb(200,252,222); }
div.DivClassName
{
background-color: #C8FCDE;
}
.BgClassName
{
background-color: #C8FCDE;
}
</style>
border-color css
<style>
span { border-color: #C8FCDE; }
span { border-color: rgb(200,252,222); }
td.TdClassName
{
border-color: #C8FCDE;
}
.TagClassName
{
border-color: #C8FCDE;
}
</style>