Shades of White Ice #C9F8DE
Tints of White Ice #C9F8DE
RGB
CMYK
RGB Variations
Color information
#C9F8DE (or 0xC9F8DE) is known color: White Ice. HEX triplet: C9, F8 and DE. RGB value is (201,248,222). Sum of RGB (Red+Green+Blue) = 201+248+222=671 (88% of max value = 765). Red value is 201 (78.91% from 255 or 29.96% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F8DE is #360721. Grayscale: #E7E7E7. Windows color (decimal): -3540770 or 14612681. OLE color: 14612681.
HSL color Cylindrical-coordinate representation of color #C9F8DE: hue angle of 146.81º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9F8DE is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 222 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.03 |
| HSL | 146.81º | 0.77% | 0.88% | - |
| HSV(B) | 146.81º | 0.19% | 0.97% | - |
| XYZ | 70.84 | 84.83 | 81.75 | - |
| YUV | 230.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 222 | 0.19 | 0 | 0.10 | 0.03 | 146.81 | 0.77 | 0.88 |
| Hex | C9 | F8 | DE | 13 | 0 | A | 3 | 93 | 4D | 58 |
| Octal | 311 | 370 | 336 | 23 | 0 | 12 | 3 | 223 | 115 | 130 |
| Binary | 11001001 | 11111000 | 11011110 | 10011 | 0 | 1010 | 11 | 10010011 | 1001101 | 1011000 |
Color Harmonies of #C9F8DE
Complementary color
Monochromatic Colors of #C9F8DE
Black with #C9F8DE
Text Example
Text Example
White with #C9F8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F8DE; }
p { color: rgb(201,248,222); }
H1.HeaderClassName
{
color: #C9F8DE;
}
.AnyTagClassName
{
color: #C9F8DE;
}
</style>
background-color css
<style>
a { background-color: #C9F8DE; }
a { background-color: rgb(201,248,222); }
div.DivClassName
{
background-color: #C9F8DE;
}
.BgClassName
{
background-color: #C9F8DE;
}
</style>
border-color css
<style>
span { border-color: #C9F8DE; }
span { border-color: rgb(201,248,222); }
td.TdClassName
{
border-color: #C9F8DE;
}
.TagClassName
{
border-color: #C9F8DE;
}
</style>