Shades of White Ice #C9FDDE
Tints of White Ice #C9FDDE
RGB
CMYK
RGB Variations
Color information
#C9FDDE (or 0xC9FDDE) is known color: White Ice. HEX triplet: C9, FD and DE. RGB value is (201,253,222). Sum of RGB (Red+Green+Blue) = 201+253+222=676 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.73% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FDDE is #360221. Grayscale: #E9E9E9. Windows color (decimal): -3539490 or 14613961. OLE color: 14613961.
HSL color Cylindrical-coordinate representation of color #C9FDDE: hue angle of 144.23º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FDDE is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 253 | 222 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.01 |
| HSL | 144.23º | 0.93% | 0.89% | - |
| HSV(B) | 144.23º | 0.21% | 0.99% | - |
| XYZ | 72.4 | 87.94 | 82.27 | - |
| YUV | 233.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 253 | 222 | 0.21 | 0 | 0.12 | 0.01 | 144.23 | 0.93 | 0.89 |
| Hex | C9 | FD | DE | 15 | 0 | C | 1 | 90 | 5D | 59 |
| Octal | 311 | 375 | 336 | 25 | 0 | 14 | 1 | 220 | 135 | 131 |
| Binary | 11001001 | 11111101 | 11011110 | 10101 | 0 | 1100 | 1 | 10010000 | 1011101 | 1011001 |
Color Harmonies of #C9FDDE
Complementary color
Monochromatic Colors of #C9FDDE
Black with #C9FDDE
Text Example
Text Example
White with #C9FDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FDDE; }
p { color: rgb(201,253,222); }
H1.HeaderClassName
{
color: #C9FDDE;
}
.AnyTagClassName
{
color: #C9FDDE;
}
</style>
background-color css
<style>
a { background-color: #C9FDDE; }
a { background-color: rgb(201,253,222); }
div.DivClassName
{
background-color: #C9FDDE;
}
.BgClassName
{
background-color: #C9FDDE;
}
</style>
border-color css
<style>
span { border-color: #C9FDDE; }
span { border-color: rgb(201,253,222); }
td.TdClassName
{
border-color: #C9FDDE;
}
.TagClassName
{
border-color: #C9FDDE;
}
</style>