Shades of Jagged Ice #CCE0DE
Tints of Jagged Ice #CCE0DE
RGB
CMYK
RGB Variations
Color information
#CCE0DE (or 0xCCE0DE) is known color: Jagged Ice. HEX triplet: CC, E0 and DE. RGB value is (204,224,222). Sum of RGB (Red+Green+Blue) = 204+224+222=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0DE is #331F21. Grayscale: #D9D9D9. Windows color (decimal): -3350306 or 14606540. OLE color: 14606540.
HSL color Cylindrical-coordinate representation of color #CCE0DE: hue angle of 174º 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 #CCE0DE is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 222 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.12 |
| HSL | 174º | 0.24% | 0.84% | - |
| HSV(B) | 174º | 0.09% | 0.88% | - |
| XYZ | 64.74 | 71.42 | 79.48 | - |
| YUV | 217.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 222 | 0.09 | 0 | 0.01 | 0.12 | 174 | 0.24 | 0.84 |
| Hex | CC | E0 | DE | 9 | 0 | 1 | C | AE | 18 | 54 |
| Octal | 314 | 340 | 336 | 11 | 0 | 1 | 14 | 256 | 30 | 124 |
| Binary | 11001100 | 11100000 | 11011110 | 1001 | 0 | 1 | 1100 | 10101110 | 11000 | 1010100 |
Color Harmonies of #CCE0DE
Complementary color
Monochromatic Colors of #CCE0DE
Black with #CCE0DE
Text Example
Text Example
White with #CCE0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0DE; }
p { color: rgb(204,224,222); }
H1.HeaderClassName
{
color: #CCE0DE;
}
.AnyTagClassName
{
color: #CCE0DE;
}
</style>
background-color css
<style>
a { background-color: #CCE0DE; }
a { background-color: rgb(204,224,222); }
div.DivClassName
{
background-color: #CCE0DE;
}
.BgClassName
{
background-color: #CCE0DE;
}
</style>
border-color css
<style>
span { border-color: #CCE0DE; }
span { border-color: rgb(204,224,222); }
td.TdClassName
{
border-color: #CCE0DE;
}
.TagClassName
{
border-color: #CCE0DE;
}
</style>