Shades of White Ice #C9FCDF
Tints of White Ice #C9FCDF
RGB
CMYK
RGB Variations
Color information
#C9FCDF (or 0xC9FCDF) is known color: White Ice. HEX triplet: C9, FC and DF. RGB value is (201,252,223). Sum of RGB (Red+Green+Blue) = 201+252+223=676 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.73% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FCDF is #360320. Grayscale: #E9E9E9. Windows color (decimal): -3539745 or 14679241. OLE color: 14679241.
HSL color Cylindrical-coordinate representation of color #C9FCDF: hue angle of 145.88º 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 #C9FCDF is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 223 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.01 |
| HSL | 145.88º | 0.89% | 0.89% | - |
| HSV(B) | 145.88º | 0.2% | 0.99% | - |
| XYZ | 72.22 | 87.37 | 82.87 | - |
| YUV | 233.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 223 | 0.20 | 0 | 0.12 | 0.01 | 145.88 | 0.89 | 0.89 |
| Hex | C9 | FC | DF | 14 | 0 | C | 1 | 92 | 59 | 59 |
| Octal | 311 | 374 | 337 | 24 | 0 | 14 | 1 | 222 | 131 | 131 |
| Binary | 11001001 | 11111100 | 11011111 | 10100 | 0 | 1100 | 1 | 10010010 | 1011001 | 1011001 |
Color Harmonies of #C9FCDF
Complementary color
Monochromatic Colors of #C9FCDF
Black with #C9FCDF
Text Example
Text Example
White with #C9FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FCDF; }
p { color: rgb(201,252,223); }
H1.HeaderClassName
{
color: #C9FCDF;
}
.AnyTagClassName
{
color: #C9FCDF;
}
</style>
background-color css
<style>
a { background-color: #C9FCDF; }
a { background-color: rgb(201,252,223); }
div.DivClassName
{
background-color: #C9FCDF;
}
.BgClassName
{
background-color: #C9FCDF;
}
</style>
border-color css
<style>
span { border-color: #C9FCDF; }
span { border-color: rgb(201,252,223); }
td.TdClassName
{
border-color: #C9FCDF;
}
.TagClassName
{
border-color: #C9FCDF;
}
</style>