Shades of Jagged Ice #CAE9E2
Tints of Jagged Ice #CAE9E2
RGB
CMYK
RGB Variations
Color information
#CAE9E2 (or 0xCAE9E2) is known color: Jagged Ice. HEX triplet: CA, E9 and E2. RGB value is (202,233,226). Sum of RGB (Red+Green+Blue) = 202+233+226=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9E2 is #35161D. Grayscale: #DEDEDE. Windows color (decimal): -3479070 or 14870986. OLE color: 14870986.
HSL color Cylindrical-coordinate representation of color #CAE9E2: hue angle of 166.45º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE9E2 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 233 | 226 | - |
CMYK | 0.13 | 0 | 0.03 | 0.09 |
HSL | 166.45º | 0.41% | 0.85% | - |
HSV(B) | 166.45º | 0.13% | 0.91% | - |
XYZ | 67.22 | 76.33 | 83.14 | - |
YUV | 222.93 | 129.73 | 113.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 233 | 226 | 0.13 | 0 | 0.03 | 0.09 | 166.45 | 0.41 | 0.85 |
Hex | CA | E9 | E2 | D | 0 | 3 | 9 | A6 | 29 | 55 |
Octal | 312 | 351 | 342 | 15 | 0 | 3 | 11 | 246 | 51 | 125 |
Binary | 11001010 | 11101001 | 11100010 | 1101 | 0 | 11 | 1001 | 10100110 | 101001 | 1010101 |
Color Harmonies of #CAE9E2
Complementary color
Monochromatic Colors of #CAE9E2
Black with #CAE9E2
Text Example
Text Example
White with #CAE9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9E2; }
p { color: rgb(202,233,226); }
H1.HeaderClassName
{
color: #CAE9E2;
}
.AnyTagClassName
{
color: #CAE9E2;
}
</style>
background-color css
<style>
a { background-color: #CAE9E2; }
a { background-color: rgb(202,233,226); }
div.DivClassName
{
background-color: #CAE9E2;
}
.BgClassName
{
background-color: #CAE9E2;
}
</style>
border-color css
<style>
span { border-color: #CAE9E2; }
span { border-color: rgb(202,233,226); }
td.TdClassName
{
border-color: #CAE9E2;
}
.TagClassName
{
border-color: #CAE9E2;
}
</style>