Shades of Jagged Ice #CCE0DD
Tints of Jagged Ice #CCE0DD
RGB
CMYK
RGB Variations
Color information
#CCE0DD (or 0xCCE0DD) is known color: Jagged Ice. HEX triplet: CC, E0 and DD. RGB value is (204,224,221). Sum of RGB (Red+Green+Blue) = 204+224+221=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0DD is #331F22. Grayscale: #D9D9D9. Windows color (decimal): -3350307 or 14541004. OLE color: 14541004.
HSL color Cylindrical-coordinate representation of color #CCE0DD: hue angle of 171º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE0DD is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 221 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.12 |
| HSL | 171º | 0.24% | 0.84% | - |
| HSV(B) | 171º | 0.09% | 0.88% | - |
| XYZ | 64.61 | 71.37 | 78.78 | - |
| YUV | 217.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 221 | 0.09 | 0 | 0.01 | 0.12 | 171 | 0.24 | 0.84 |
| Hex | CC | E0 | DD | 9 | 0 | 1 | C | AB | 18 | 54 |
| Octal | 314 | 340 | 335 | 11 | 0 | 1 | 14 | 253 | 30 | 124 |
| Binary | 11001100 | 11100000 | 11011101 | 1001 | 0 | 1 | 1100 | 10101011 | 11000 | 1010100 |
Color Harmonies of #CCE0DD
Complementary color
Monochromatic Colors of #CCE0DD
Black with #CCE0DD
Text Example
Text Example
White with #CCE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0DD; }
p { color: rgb(204,224,221); }
H1.HeaderClassName
{
color: #CCE0DD;
}
.AnyTagClassName
{
color: #CCE0DD;
}
</style>
background-color css
<style>
a { background-color: #CCE0DD; }
a { background-color: rgb(204,224,221); }
div.DivClassName
{
background-color: #CCE0DD;
}
.BgClassName
{
background-color: #CCE0DD;
}
</style>
border-color css
<style>
span { border-color: #CCE0DD; }
span { border-color: rgb(204,224,221); }
td.TdClassName
{
border-color: #CCE0DD;
}
.TagClassName
{
border-color: #CCE0DD;
}
</style>