Shades of White Ice #C9FFDE
Tints of White Ice #C9FFDE
RGB
CMYK
RGB Variations
Color information
#C9FFDE (or 0xC9FFDE) is known color: White Ice. HEX triplet: C9, FF and DE. RGB value is (201,255,222). Sum of RGB (Red+Green+Blue) = 201+255+222=678 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.65% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FFDE is #360021. Grayscale: #EBEBEB. Windows color (decimal): -3538978 or 14614473. OLE color: 14614473.
HSL color Cylindrical-coordinate representation of color #C9FFDE: hue angle of 143.33º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FFDE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 222 | - |
| CMYK | 0.21 | 0 | 0.13 | 0 |
| HSL | 143.33º | 1% | 0.89% | - |
| HSV(B) | 143.33º | 0.21% | 1% | - |
| XYZ | 73.03 | 89.21 | 82.48 | - |
| YUV | 235.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 222 | 0.21 | 0 | 0.13 | 0 | 143.33 | 1 | 0.89 |
| Hex | C9 | FF | DE | 15 | 0 | D | 0 | 8F | 64 | 59 |
| Octal | 311 | 377 | 336 | 25 | 0 | 15 | 0 | 217 | 144 | 131 |
| Binary | 11001001 | 11111111 | 11011110 | 10101 | 0 | 1101 | 0 | 10001111 | 1100100 | 1011001 |
Color Harmonies of #C9FFDE
Complementary color
Monochromatic Colors of #C9FFDE
Black with #C9FFDE
Text Example
Text Example
White with #C9FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFDE; }
p { color: rgb(201,255,222); }
H1.HeaderClassName
{
color: #C9FFDE;
}
.AnyTagClassName
{
color: #C9FFDE;
}
</style>
background-color css
<style>
a { background-color: #C9FFDE; }
a { background-color: rgb(201,255,222); }
div.DivClassName
{
background-color: #C9FFDE;
}
.BgClassName
{
background-color: #C9FFDE;
}
</style>
border-color css
<style>
span { border-color: #C9FFDE; }
span { border-color: rgb(201,255,222); }
td.TdClassName
{
border-color: #C9FFDE;
}
.TagClassName
{
border-color: #C9FFDE;
}
</style>