Shades of Jagged Ice #CCEAE4
Tints of Jagged Ice #CCEAE4
RGB
CMYK
RGB Variations
Color information
#CCEAE4 (or 0xCCEAE4) is known color: Jagged Ice. HEX triplet: CC, EA and E4. RGB value is (204,234,228). Sum of RGB (Red+Green+Blue) = 204+234+228=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAE4 is #33151B. Grayscale: #E0E0E0. Windows color (decimal): -3347740 or 15002316. OLE color: 15002316.
HSL color Cylindrical-coordinate representation of color #CCEAE4: hue angle of 168º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEAE4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 228 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.08 |
| HSL | 168º | 0.42% | 0.86% | - |
| HSV(B) | 168º | 0.13% | 0.92% | - |
| XYZ | 68.33 | 77.28 | 84.71 | - |
| YUV | 224.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 228 | 0.13 | 0 | 0.03 | 0.08 | 168 | 0.42 | 0.86 |
| Hex | CC | EA | E4 | D | 0 | 3 | 8 | A8 | 2A | 56 |
| Octal | 314 | 352 | 344 | 15 | 0 | 3 | 10 | 250 | 52 | 126 |
| Binary | 11001100 | 11101010 | 11100100 | 1101 | 0 | 11 | 1000 | 10101000 | 101010 | 1010110 |
Color Harmonies of #CCEAE4
Complementary color
Monochromatic Colors of #CCEAE4
Black with #CCEAE4
Text Example
Text Example
White with #CCEAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAE4; }
p { color: rgb(204,234,228); }
H1.HeaderClassName
{
color: #CCEAE4;
}
.AnyTagClassName
{
color: #CCEAE4;
}
</style>
background-color css
<style>
a { background-color: #CCEAE4; }
a { background-color: rgb(204,234,228); }
div.DivClassName
{
background-color: #CCEAE4;
}
.BgClassName
{
background-color: #CCEAE4;
}
</style>
border-color css
<style>
span { border-color: #CCEAE4; }
span { border-color: rgb(204,234,228); }
td.TdClassName
{
border-color: #CCEAE4;
}
.TagClassName
{
border-color: #CCEAE4;
}
</style>