Shades of Jagged Ice #CCE8E3
Tints of Jagged Ice #CCE8E3
RGB
CMYK
RGB Variations
Color information
#CCE8E3 (or 0xCCE8E3) is known color: Jagged Ice. HEX triplet: CC, E8 and E3. RGB value is (204,232,227). Sum of RGB (Red+Green+Blue) = 204+232+227=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8E3 is #33171C. Grayscale: #DFDFDF. Windows color (decimal): -3348253 or 14936268. OLE color: 14936268.
HSL color Cylindrical-coordinate representation of color #CCE8E3: hue angle of 169.29º degrees, saturation: 0.38, 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 #CCE8E3 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 227 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.09 |
| HSL | 169.29º | 0.38% | 0.85% | - |
| HSV(B) | 169.29º | 0.12% | 0.91% | - |
| XYZ | 67.62 | 76.1 | 83.8 | - |
| YUV | 223.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 227 | 0.12 | 0 | 0.02 | 0.09 | 169.29 | 0.38 | 0.85 |
| Hex | CC | E8 | E3 | C | 0 | 2 | 9 | A9 | 26 | 55 |
| Octal | 314 | 350 | 343 | 14 | 0 | 2 | 11 | 251 | 46 | 125 |
| Binary | 11001100 | 11101000 | 11100011 | 1100 | 0 | 10 | 1001 | 10101001 | 100110 | 1010101 |
Color Harmonies of #CCE8E3
Complementary color
Monochromatic Colors of #CCE8E3
Black with #CCE8E3
Text Example
Text Example
White with #CCE8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8E3; }
p { color: rgb(204,232,227); }
H1.HeaderClassName
{
color: #CCE8E3;
}
.AnyTagClassName
{
color: #CCE8E3;
}
</style>
background-color css
<style>
a { background-color: #CCE8E3; }
a { background-color: rgb(204,232,227); }
div.DivClassName
{
background-color: #CCE8E3;
}
.BgClassName
{
background-color: #CCE8E3;
}
</style>
border-color css
<style>
span { border-color: #CCE8E3; }
span { border-color: rgb(204,232,227); }
td.TdClassName
{
border-color: #CCE8E3;
}
.TagClassName
{
border-color: #CCE8E3;
}
</style>