Shades of White Ice #C9FCDE
Tints of White Ice #C9FCDE
RGB
CMYK
RGB Variations
Color information
#C9FCDE (or 0xC9FCDE) is known color: White Ice. HEX triplet: C9, FC and DE. RGB value is (201,252,222). Sum of RGB (Red+Green+Blue) = 201+252+222=675 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.78% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FCDE is #360321. Grayscale: #E9E9E9. Windows color (decimal): -3539746 or 14613705. OLE color: 14613705.
HSL color Cylindrical-coordinate representation of color #C9FCDE: hue angle of 144.71º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FCDE is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 222 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.01 |
| HSL | 144.71º | 0.89% | 0.89% | - |
| HSV(B) | 144.71º | 0.2% | 0.99% | - |
| XYZ | 72.08 | 87.31 | 82.16 | - |
| YUV | 233.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 222 | 0.20 | 0 | 0.12 | 0.01 | 144.71 | 0.89 | 0.89 |
| Hex | C9 | FC | DE | 14 | 0 | C | 1 | 91 | 59 | 59 |
| Octal | 311 | 374 | 336 | 24 | 0 | 14 | 1 | 221 | 131 | 131 |
| Binary | 11001001 | 11111100 | 11011110 | 10100 | 0 | 1100 | 1 | 10010001 | 1011001 | 1011001 |
Color Harmonies of #C9FCDE
Complementary color
Monochromatic Colors of #C9FCDE
Black with #C9FCDE
Text Example
Text Example
White with #C9FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FCDE; }
p { color: rgb(201,252,222); }
H1.HeaderClassName
{
color: #C9FCDE;
}
.AnyTagClassName
{
color: #C9FCDE;
}
</style>
background-color css
<style>
a { background-color: #C9FCDE; }
a { background-color: rgb(201,252,222); }
div.DivClassName
{
background-color: #C9FCDE;
}
.BgClassName
{
background-color: #C9FCDE;
}
</style>
border-color css
<style>
span { border-color: #C9FCDE; }
span { border-color: rgb(201,252,222); }
td.TdClassName
{
border-color: #C9FCDE;
}
.TagClassName
{
border-color: #C9FCDE;
}
</style>