Shades of White Ice #C9FADD
Tints of White Ice #C9FADD
RGB
CMYK
RGB Variations
Color information
#C9FADD (or 0xC9FADD) is known color: White Ice. HEX triplet: C9, FA and DD. RGB value is (201,250,221). Sum of RGB (Red+Green+Blue) = 201+250+221=672 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.91% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FADD is #360522. Grayscale: #E8E8E8. Windows color (decimal): -3540259 or 14547657. OLE color: 14547657.
HSL color Cylindrical-coordinate representation of color #C9FADD: hue angle of 144.49º 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 #C9FADD is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 221 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.02 |
| HSL | 144.49º | 0.83% | 0.88% | - |
| HSV(B) | 144.49º | 0.2% | 0.98% | - |
| XYZ | 71.32 | 86.01 | 81.25 | - |
| YUV | 232.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 221 | 0.20 | 0 | 0.12 | 0.02 | 144.49 | 0.83 | 0.88 |
| Hex | C9 | FA | DD | 14 | 0 | C | 2 | 90 | 53 | 58 |
| Octal | 311 | 372 | 335 | 24 | 0 | 14 | 2 | 220 | 123 | 130 |
| Binary | 11001001 | 11111010 | 11011101 | 10100 | 0 | 1100 | 10 | 10010000 | 1010011 | 1011000 |
Color Harmonies of #C9FADD
Complementary color
Monochromatic Colors of #C9FADD
Black with #C9FADD
Text Example
Text Example
White with #C9FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FADD; }
p { color: rgb(201,250,221); }
H1.HeaderClassName
{
color: #C9FADD;
}
.AnyTagClassName
{
color: #C9FADD;
}
</style>
background-color css
<style>
a { background-color: #C9FADD; }
a { background-color: rgb(201,250,221); }
div.DivClassName
{
background-color: #C9FADD;
}
.BgClassName
{
background-color: #C9FADD;
}
</style>
border-color css
<style>
span { border-color: #C9FADD; }
span { border-color: rgb(201,250,221); }
td.TdClassName
{
border-color: #C9FADD;
}
.TagClassName
{
border-color: #C9FADD;
}
</style>