Shades of Jagged Ice #CCE8E4
Tints of Jagged Ice #CCE8E4
RGB
CMYK
RGB Variations
Color information
#CCE8E4 (or 0xCCE8E4) is known color: Jagged Ice. HEX triplet: CC, E8 and E4. RGB value is (204,232,228). Sum of RGB (Red+Green+Blue) = 204+232+228=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8E4 is #33171B. Grayscale: #DFDFDF. Windows color (decimal): -3348252 or 15001804. OLE color: 15001804.
HSL color Cylindrical-coordinate representation of color #CCE8E4: hue angle of 171.43º 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 #CCE8E4 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 228 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.09 |
| HSL | 171.43º | 0.38% | 0.85% | - |
| HSV(B) | 171.43º | 0.12% | 0.91% | - |
| XYZ | 67.76 | 76.15 | 84.53 | - |
| YUV | 223.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 228 | 0.12 | 0 | 0.02 | 0.09 | 171.43 | 0.38 | 0.85 |
| Hex | CC | E8 | E4 | C | 0 | 2 | 9 | AB | 26 | 55 |
| Octal | 314 | 350 | 344 | 14 | 0 | 2 | 11 | 253 | 46 | 125 |
| Binary | 11001100 | 11101000 | 11100100 | 1100 | 0 | 10 | 1001 | 10101011 | 100110 | 1010101 |
Color Harmonies of #CCE8E4
Complementary color
Monochromatic Colors of #CCE8E4
Black with #CCE8E4
Text Example
Text Example
White with #CCE8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8E4; }
p { color: rgb(204,232,228); }
H1.HeaderClassName
{
color: #CCE8E4;
}
.AnyTagClassName
{
color: #CCE8E4;
}
</style>
background-color css
<style>
a { background-color: #CCE8E4; }
a { background-color: rgb(204,232,228); }
div.DivClassName
{
background-color: #CCE8E4;
}
.BgClassName
{
background-color: #CCE8E4;
}
</style>
border-color css
<style>
span { border-color: #CCE8E4; }
span { border-color: rgb(204,232,228); }
td.TdClassName
{
border-color: #CCE8E4;
}
.TagClassName
{
border-color: #CCE8E4;
}
</style>