Shades of White Ice #C9FAE0
Tints of White Ice #C9FAE0
RGB
CMYK
RGB Variations
Color information
#C9FAE0 (or 0xC9FAE0) is known color: White Ice. HEX triplet: C9, FA and E0. RGB value is (201,250,224). Sum of RGB (Red+Green+Blue) = 201+250+224=675 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.78% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FAE0 is #36051F. Grayscale: #E8E8E8. Windows color (decimal): -3540256 or 14744265. OLE color: 14744265.
HSL color Cylindrical-coordinate representation of color #C9FAE0: hue angle of 148.16º 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 #C9FAE0 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 224 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.02 |
| HSL | 148.16º | 0.83% | 0.88% | - |
| HSV(B) | 148.16º | 0.2% | 0.98% | - |
| XYZ | 71.73 | 86.17 | 83.37 | - |
| YUV | 232.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 224 | 0.20 | 0 | 0.10 | 0.02 | 148.16 | 0.83 | 0.88 |
| Hex | C9 | FA | E0 | 14 | 0 | A | 2 | 94 | 53 | 58 |
| Octal | 311 | 372 | 340 | 24 | 0 | 12 | 2 | 224 | 123 | 130 |
| Binary | 11001001 | 11111010 | 11100000 | 10100 | 0 | 1010 | 10 | 10010100 | 1010011 | 1011000 |
Color Harmonies of #C9FAE0
Complementary color
Monochromatic Colors of #C9FAE0
Black with #C9FAE0
Text Example
Text Example
White with #C9FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAE0; }
p { color: rgb(201,250,224); }
H1.HeaderClassName
{
color: #C9FAE0;
}
.AnyTagClassName
{
color: #C9FAE0;
}
</style>
background-color css
<style>
a { background-color: #C9FAE0; }
a { background-color: rgb(201,250,224); }
div.DivClassName
{
background-color: #C9FAE0;
}
.BgClassName
{
background-color: #C9FAE0;
}
</style>
border-color css
<style>
span { border-color: #C9FAE0; }
span { border-color: rgb(201,250,224); }
td.TdClassName
{
border-color: #C9FAE0;
}
.TagClassName
{
border-color: #C9FAE0;
}
</style>