Shades of Jagged Ice #C9E9E5
Tints of Jagged Ice #C9E9E5
RGB
CMYK
RGB Variations
Color information
#C9E9E5 (or 0xC9E9E5) is known color: Jagged Ice. HEX triplet: C9, E9 and E5. RGB value is (201,233,229). Sum of RGB (Red+Green+Blue) = 201+233+229=663 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.32% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9E9E5 is #36161A. Grayscale: #DEDEDE. Windows color (decimal): -3544603 or 15067593. OLE color: 15067593.
HSL color Cylindrical-coordinate representation of color #C9E9E5: hue angle of 172.5º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9E9E5 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 201 | 233 | 229 | - |
CMYK | 0.14 | 0 | 0.02 | 0.09 |
HSL | 172.5º | 0.42% | 0.85% | - |
HSV(B) | 172.5º | 0.14% | 0.91% | - |
XYZ | 67.37 | 76.35 | 85.32 | - |
YUV | 222.98 | 131.4 | 112.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 233 | 229 | 0.14 | 0 | 0.02 | 0.09 | 172.5 | 0.42 | 0.85 |
Hex | C9 | E9 | E5 | E | 0 | 2 | 9 | AC | 2A | 55 |
Octal | 311 | 351 | 345 | 16 | 0 | 2 | 11 | 254 | 52 | 125 |
Binary | 11001001 | 11101001 | 11100101 | 1110 | 0 | 10 | 1001 | 10101100 | 101010 | 1010101 |
Color Harmonies of #C9E9E5
Complementary color
Monochromatic Colors of #C9E9E5
Black with #C9E9E5
Text Example
Text Example
White with #C9E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E9E5; }
p { color: rgb(201,233,229); }
H1.HeaderClassName
{
color: #C9E9E5;
}
.AnyTagClassName
{
color: #C9E9E5;
}
</style>
background-color css
<style>
a { background-color: #C9E9E5; }
a { background-color: rgb(201,233,229); }
div.DivClassName
{
background-color: #C9E9E5;
}
.BgClassName
{
background-color: #C9E9E5;
}
</style>
border-color css
<style>
span { border-color: #C9E9E5; }
span { border-color: rgb(201,233,229); }
td.TdClassName
{
border-color: #C9E9E5;
}
.TagClassName
{
border-color: #C9E9E5;
}
</style>