Shades of White Ice #C9FDDD
Tints of White Ice #C9FDDD
RGB
CMYK
RGB Variations
Color information
#C9FDDD (or 0xC9FDDD) is known color: White Ice. HEX triplet: C9, FD and DD. RGB value is (201,253,221). Sum of RGB (Red+Green+Blue) = 201+253+221=675 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.78% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FDDD is #360222. Grayscale: #E9E9E9. Windows color (decimal): -3539491 or 14548425. OLE color: 14548425.
HSL color Cylindrical-coordinate representation of color #C9FDDD: hue angle of 143.08º 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 #C9FDDD is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 253 | 221 | - |
CMYK | 0.21 | 0 | 0.13 | 0.01 |
HSL | 143.08º | 0.93% | 0.89% | - |
HSV(B) | 143.08º | 0.21% | 0.99% | - |
XYZ | 72.26 | 87.89 | 81.56 | - |
YUV | 233.8 | 120.77 | 104.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 253 | 221 | 0.21 | 0 | 0.13 | 0.01 | 143.08 | 0.93 | 0.89 |
Hex | C9 | FD | DD | 15 | 0 | D | 1 | 8F | 5D | 59 |
Octal | 311 | 375 | 335 | 25 | 0 | 15 | 1 | 217 | 135 | 131 |
Binary | 11001001 | 11111101 | 11011101 | 10101 | 0 | 1101 | 1 | 10001111 | 1011101 | 1011001 |
Color Harmonies of #C9FDDD
Complementary color
Monochromatic Colors of #C9FDDD
Black with #C9FDDD
Text Example
Text Example
White with #C9FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FDDD; }
p { color: rgb(201,253,221); }
H1.HeaderClassName
{
color: #C9FDDD;
}
.AnyTagClassName
{
color: #C9FDDD;
}
</style>
background-color css
<style>
a { background-color: #C9FDDD; }
a { background-color: rgb(201,253,221); }
div.DivClassName
{
background-color: #C9FDDD;
}
.BgClassName
{
background-color: #C9FDDD;
}
</style>
border-color css
<style>
span { border-color: #C9FDDD; }
span { border-color: rgb(201,253,221); }
td.TdClassName
{
border-color: #C9FDDD;
}
.TagClassName
{
border-color: #C9FDDD;
}
</style>