Shades of White Ice #C9FEDD
Tints of White Ice #C9FEDD
RGB
CMYK
RGB Variations
Color information
#C9FEDD (or 0xC9FEDD) is known color: White Ice. HEX triplet: C9, FE and DD. RGB value is (201,254,221). Sum of RGB (Red+Green+Blue) = 201+254+221=676 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.73% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FEDD is #360122. Grayscale: #EAEAEA. Windows color (decimal): -3539235 or 14548681. OLE color: 14548681.
HSL color Cylindrical-coordinate representation of color #C9FEDD: hue angle of 142.64º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FEDD is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 221 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.00 |
| HSL | 142.64º | 0.96% | 0.89% | - |
| HSV(B) | 142.64º | 0.21% | 1% | - |
| XYZ | 72.58 | 88.52 | 81.67 | - |
| YUV | 234.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 221 | 0.21 | 0 | 0.13 | 0.00 | 142.64 | 0.96 | 0.89 |
| Hex | C9 | FE | DD | 15 | 0 | D | 0 | 8F | 60 | 59 |
| Octal | 311 | 376 | 335 | 25 | 0 | 15 | 0 | 217 | 140 | 131 |
| Binary | 11001001 | 11111110 | 11011101 | 10101 | 0 | 1101 | 0 | 10001111 | 1100000 | 1011001 |
Color Harmonies of #C9FEDD
Complementary color
Monochromatic Colors of #C9FEDD
Black with #C9FEDD
Text Example
Text Example
White with #C9FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FEDD; }
p { color: rgb(201,254,221); }
H1.HeaderClassName
{
color: #C9FEDD;
}
.AnyTagClassName
{
color: #C9FEDD;
}
</style>
background-color css
<style>
a { background-color: #C9FEDD; }
a { background-color: rgb(201,254,221); }
div.DivClassName
{
background-color: #C9FEDD;
}
.BgClassName
{
background-color: #C9FEDD;
}
</style>
border-color css
<style>
span { border-color: #C9FEDD; }
span { border-color: rgb(201,254,221); }
td.TdClassName
{
border-color: #C9FEDD;
}
.TagClassName
{
border-color: #C9FEDD;
}
</style>