Shades of Jagged Ice #CCE7E1
Tints of Jagged Ice #CCE7E1
RGB
CMYK
RGB Variations
Color information
#CCE7E1 (or 0xCCE7E1) is known color: Jagged Ice. HEX triplet: CC, E7 and E1. RGB value is (204,231,225). Sum of RGB (Red+Green+Blue) = 204+231+225=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7E1 is #33181E. Grayscale: #DEDEDE. Windows color (decimal): -3348511 or 14804940. OLE color: 14804940.
HSL color Cylindrical-coordinate representation of color #CCE7E1: hue angle of 166.67º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE7E1 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 225 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.09 |
| HSL | 166.67º | 0.36% | 0.85% | - |
| HSV(B) | 166.67º | 0.12% | 0.91% | - |
| XYZ | 67.07 | 75.43 | 82.26 | - |
| YUV | 222.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 225 | 0.12 | 0 | 0.03 | 0.09 | 166.67 | 0.36 | 0.85 |
| Hex | CC | E7 | E1 | C | 0 | 3 | 9 | A7 | 24 | 55 |
| Octal | 314 | 347 | 341 | 14 | 0 | 3 | 11 | 247 | 44 | 125 |
| Binary | 11001100 | 11100111 | 11100001 | 1100 | 0 | 11 | 1001 | 10100111 | 100100 | 1010101 |
Color Harmonies of #CCE7E1
Complementary color
Monochromatic Colors of #CCE7E1
Black with #CCE7E1
Text Example
Text Example
White with #CCE7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7E1; }
p { color: rgb(204,231,225); }
H1.HeaderClassName
{
color: #CCE7E1;
}
.AnyTagClassName
{
color: #CCE7E1;
}
</style>
background-color css
<style>
a { background-color: #CCE7E1; }
a { background-color: rgb(204,231,225); }
div.DivClassName
{
background-color: #CCE7E1;
}
.BgClassName
{
background-color: #CCE7E1;
}
</style>
border-color css
<style>
span { border-color: #CCE7E1; }
span { border-color: rgb(204,231,225); }
td.TdClassName
{
border-color: #CCE7E1;
}
.TagClassName
{
border-color: #CCE7E1;
}
</style>