Shades of Jagged Ice #C9E2E0
Tints of Jagged Ice #C9E2E0
RGB
CMYK
RGB Variations
Color information
#C9E2E0 (or 0xC9E2E0) is known color: Jagged Ice. HEX triplet: C9, E2 and E0. RGB value is (201,226,224). Sum of RGB (Red+Green+Blue) = 201+226+224=651 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.88% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 226 - color contains mainly: green. Hex color #C9E2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E2E0 is #361D1F. Grayscale: #DADADA. Windows color (decimal): -3546400 or 14738121. OLE color: 14738121.
HSL color Cylindrical-coordinate representation of color #C9E2E0: hue angle of 175.2º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9E2E0 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 226 | 224 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.11 |
| HSL | 175.2º | 0.3% | 0.84% | - |
| HSV(B) | 175.2º | 0.11% | 0.89% | - |
| XYZ | 64.74 | 72.19 | 81.04 | - |
| YUV | 218.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 226 | 224 | 0.11 | 0 | 0.01 | 0.11 | 175.2 | 0.3 | 0.84 |
| Hex | C9 | E2 | E0 | B | 0 | 1 | B | AF | 1E | 54 |
| Octal | 311 | 342 | 340 | 13 | 0 | 1 | 13 | 257 | 36 | 124 |
| Binary | 11001001 | 11100010 | 11100000 | 1011 | 0 | 1 | 1011 | 10101111 | 11110 | 1010100 |
Color Harmonies of #C9E2E0
Complementary color
Monochromatic Colors of #C9E2E0
Black with #C9E2E0
Text Example
Text Example
White with #C9E2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E2E0; }
p { color: rgb(201,226,224); }
H1.HeaderClassName
{
color: #C9E2E0;
}
.AnyTagClassName
{
color: #C9E2E0;
}
</style>
background-color css
<style>
a { background-color: #C9E2E0; }
a { background-color: rgb(201,226,224); }
div.DivClassName
{
background-color: #C9E2E0;
}
.BgClassName
{
background-color: #C9E2E0;
}
</style>
border-color css
<style>
span { border-color: #C9E2E0; }
span { border-color: rgb(201,226,224); }
td.TdClassName
{
border-color: #C9E2E0;
}
.TagClassName
{
border-color: #C9E2E0;
}
</style>