Shades of Jagged Ice #CCE9E2
Tints of Jagged Ice #CCE9E2
RGB
CMYK
RGB Variations
Color information
#CCE9E2 (or 0xCCE9E2) is known color: Jagged Ice. HEX triplet: CC, E9 and E2. RGB value is (204,233,226). Sum of RGB (Red+Green+Blue) = 204+233+226=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9E2 is #33161D. Grayscale: #DFDFDF. Windows color (decimal): -3347998 or 14870988. OLE color: 14870988.
HSL color Cylindrical-coordinate representation of color #CCE9E2: hue angle of 165.52º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE9E2 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 226 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.09 |
| HSL | 165.52º | 0.4% | 0.86% | - |
| HSV(B) | 165.52º | 0.12% | 0.91% | - |
| XYZ | 67.77 | 76.61 | 83.17 | - |
| YUV | 223.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 226 | 0.12 | 0 | 0.03 | 0.09 | 165.52 | 0.4 | 0.86 |
| Hex | CC | E9 | E2 | C | 0 | 3 | 9 | A6 | 28 | 56 |
| Octal | 314 | 351 | 342 | 14 | 0 | 3 | 11 | 246 | 50 | 126 |
| Binary | 11001100 | 11101001 | 11100010 | 1100 | 0 | 11 | 1001 | 10100110 | 101000 | 1010110 |
Color Harmonies of #CCE9E2
Complementary color
Monochromatic Colors of #CCE9E2
Black with #CCE9E2
Text Example
Text Example
White with #CCE9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9E2; }
p { color: rgb(204,233,226); }
H1.HeaderClassName
{
color: #CCE9E2;
}
.AnyTagClassName
{
color: #CCE9E2;
}
</style>
background-color css
<style>
a { background-color: #CCE9E2; }
a { background-color: rgb(204,233,226); }
div.DivClassName
{
background-color: #CCE9E2;
}
.BgClassName
{
background-color: #CCE9E2;
}
</style>
border-color css
<style>
span { border-color: #CCE9E2; }
span { border-color: rgb(204,233,226); }
td.TdClassName
{
border-color: #CCE9E2;
}
.TagClassName
{
border-color: #CCE9E2;
}
</style>