Shades of Jagged Ice #CCEAE3
Tints of Jagged Ice #CCEAE3
RGB
CMYK
RGB Variations
Color information
#CCEAE3 (or 0xCCEAE3) is known color: Jagged Ice. HEX triplet: CC, EA and E3. RGB value is (204,234,227). Sum of RGB (Red+Green+Blue) = 204+234+227=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAE3 is #33151C. Grayscale: #E0E0E0. Windows color (decimal): -3347741 or 14936780. OLE color: 14936780.
HSL color Cylindrical-coordinate representation of color #CCEAE3: hue angle of 166º 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 #CCEAE3 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 227 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.08 |
| HSL | 166º | 0.42% | 0.86% | - |
| HSV(B) | 166º | 0.13% | 0.92% | - |
| XYZ | 68.19 | 77.23 | 83.99 | - |
| YUV | 224.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 227 | 0.13 | 0 | 0.03 | 0.08 | 166 | 0.42 | 0.86 |
| Hex | CC | EA | E3 | D | 0 | 3 | 8 | A6 | 2A | 56 |
| Octal | 314 | 352 | 343 | 15 | 0 | 3 | 10 | 246 | 52 | 126 |
| Binary | 11001100 | 11101010 | 11100011 | 1101 | 0 | 11 | 1000 | 10100110 | 101010 | 1010110 |
Color Harmonies of #CCEAE3
Complementary color
Monochromatic Colors of #CCEAE3
Black with #CCEAE3
Text Example
Text Example
White with #CCEAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAE3; }
p { color: rgb(204,234,227); }
H1.HeaderClassName
{
color: #CCEAE3;
}
.AnyTagClassName
{
color: #CCEAE3;
}
</style>
background-color css
<style>
a { background-color: #CCEAE3; }
a { background-color: rgb(204,234,227); }
div.DivClassName
{
background-color: #CCEAE3;
}
.BgClassName
{
background-color: #CCEAE3;
}
</style>
border-color css
<style>
span { border-color: #CCEAE3; }
span { border-color: rgb(204,234,227); }
td.TdClassName
{
border-color: #CCEAE3;
}
.TagClassName
{
border-color: #CCEAE3;
}
</style>