Shades of Jagged Ice #C9E4E2
Tints of Jagged Ice #C9E4E2
RGB
CMYK
RGB Variations
Color information
#C9E4E2 (or 0xC9E4E2) is known color: Jagged Ice. HEX triplet: C9, E4 and E2. RGB value is (201,228,226). Sum of RGB (Red+Green+Blue) = 201+228+226=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #C9E4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E4E2 is #361B1D. Grayscale: #DBDBDB. Windows color (decimal): -3545886 or 14869705. OLE color: 14869705.
HSL color Cylindrical-coordinate representation of color #C9E4E2: hue angle of 175.56º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9E4E2 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 201 | 228 | 226 | - |
CMYK | 0.12 | 0 | 0.01 | 0.11 |
HSL | 175.56º | 0.33% | 0.84% | - |
HSV(B) | 175.56º | 0.12% | 0.89% | - |
XYZ | 65.56 | 73.4 | 82.66 | - |
YUV | 219.7 | 131.55 | 114.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 228 | 226 | 0.12 | 0 | 0.01 | 0.11 | 175.56 | 0.33 | 0.84 |
Hex | C9 | E4 | E2 | C | 0 | 1 | B | B0 | 21 | 54 |
Octal | 311 | 344 | 342 | 14 | 0 | 1 | 13 | 260 | 41 | 124 |
Binary | 11001001 | 11100100 | 11100010 | 1100 | 0 | 1 | 1011 | 10110000 | 100001 | 1010100 |
Color Harmonies of #C9E4E2
Complementary color
Monochromatic Colors of #C9E4E2
Black with #C9E4E2
Text Example
Text Example
White with #C9E4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E4E2; }
p { color: rgb(201,228,226); }
H1.HeaderClassName
{
color: #C9E4E2;
}
.AnyTagClassName
{
color: #C9E4E2;
}
</style>
background-color css
<style>
a { background-color: #C9E4E2; }
a { background-color: rgb(201,228,226); }
div.DivClassName
{
background-color: #C9E4E2;
}
.BgClassName
{
background-color: #C9E4E2;
}
</style>
border-color css
<style>
span { border-color: #C9E4E2; }
span { border-color: rgb(201,228,226); }
td.TdClassName
{
border-color: #C9E4E2;
}
.TagClassName
{
border-color: #C9E4E2;
}
</style>