Shades of White Ice #C9FADF
Tints of White Ice #C9FADF
RGB
CMYK
RGB Variations
Color information
#C9FADF (or 0xC9FADF) is known color: White Ice. HEX triplet: C9, FA and DF. RGB value is (201,250,223). Sum of RGB (Red+Green+Blue) = 201+250+223=674 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.82% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FADF is #360520. Grayscale: #E8E8E8. Windows color (decimal): -3540257 or 14678729. OLE color: 14678729.
HSL color Cylindrical-coordinate representation of color #C9FADF: hue angle of 146.94º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FADF is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 223 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.02 |
| HSL | 146.94º | 0.83% | 0.88% | - |
| HSV(B) | 146.94º | 0.2% | 0.98% | - |
| XYZ | 71.59 | 86.12 | 82.66 | - |
| YUV | 232.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 223 | 0.20 | 0 | 0.11 | 0.02 | 146.94 | 0.83 | 0.88 |
| Hex | C9 | FA | DF | 14 | 0 | B | 2 | 93 | 53 | 58 |
| Octal | 311 | 372 | 337 | 24 | 0 | 13 | 2 | 223 | 123 | 130 |
| Binary | 11001001 | 11111010 | 11011111 | 10100 | 0 | 1011 | 10 | 10010011 | 1010011 | 1011000 |
Color Harmonies of #C9FADF
Complementary color
Monochromatic Colors of #C9FADF
Black with #C9FADF
Text Example
Text Example
White with #C9FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FADF; }
p { color: rgb(201,250,223); }
H1.HeaderClassName
{
color: #C9FADF;
}
.AnyTagClassName
{
color: #C9FADF;
}
</style>
background-color css
<style>
a { background-color: #C9FADF; }
a { background-color: rgb(201,250,223); }
div.DivClassName
{
background-color: #C9FADF;
}
.BgClassName
{
background-color: #C9FADF;
}
</style>
border-color css
<style>
span { border-color: #C9FADF; }
span { border-color: rgb(201,250,223); }
td.TdClassName
{
border-color: #C9FADF;
}
.TagClassName
{
border-color: #C9FADF;
}
</style>