Shades of Jagged Ice #CAE6E2
Tints of Jagged Ice #CAE6E2
RGB
CMYK
RGB Variations
Color information
#CAE6E2 (or 0xCAE6E2) is known color: Jagged Ice. HEX triplet: CA, E6 and E2. RGB value is (202,230,226). Sum of RGB (Red+Green+Blue) = 202+230+226=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6E2 is #35191D. Grayscale: #DDDDDD. Windows color (decimal): -3479838 or 14870218. OLE color: 14870218.
HSL color Cylindrical-coordinate representation of color #CAE6E2: hue angle of 171.43º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE6E2 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 226 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.10 |
| HSL | 171.43º | 0.36% | 0.85% | - |
| HSV(B) | 171.43º | 0.12% | 0.9% | - |
| XYZ | 66.38 | 74.64 | 82.86 | - |
| YUV | 221.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 226 | 0.12 | 0 | 0.02 | 0.10 | 171.43 | 0.36 | 0.85 |
| Hex | CA | E6 | E2 | C | 0 | 2 | A | AB | 24 | 55 |
| Octal | 312 | 346 | 342 | 14 | 0 | 2 | 12 | 253 | 44 | 125 |
| Binary | 11001010 | 11100110 | 11100010 | 1100 | 0 | 10 | 1010 | 10101011 | 100100 | 1010101 |
Color Harmonies of #CAE6E2
Complementary color
Monochromatic Colors of #CAE6E2
Black with #CAE6E2
Text Example
Text Example
White with #CAE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6E2; }
p { color: rgb(202,230,226); }
H1.HeaderClassName
{
color: #CAE6E2;
}
.AnyTagClassName
{
color: #CAE6E2;
}
</style>
background-color css
<style>
a { background-color: #CAE6E2; }
a { background-color: rgb(202,230,226); }
div.DivClassName
{
background-color: #CAE6E2;
}
.BgClassName
{
background-color: #CAE6E2;
}
</style>
border-color css
<style>
span { border-color: #CAE6E2; }
span { border-color: rgb(202,230,226); }
td.TdClassName
{
border-color: #CAE6E2;
}
.TagClassName
{
border-color: #CAE6E2;
}
</style>