Shades of Jagged Ice #CCECE5
Tints of Jagged Ice #CCECE5
RGB
CMYK
RGB Variations
Color information
#CCECE5 (or 0xCCECE5) is known color: Jagged Ice. HEX triplet: CC, EC and E5. RGB value is (204,236,229). Sum of RGB (Red+Green+Blue) = 204+236+229=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECE5 is #33131A. Grayscale: #E1E1E1. Windows color (decimal): -3347227 or 15068364. OLE color: 15068364.
HSL color Cylindrical-coordinate representation of color #CCECE5: hue angle of 166.88º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECE5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 229 | - |
CMYK | 0.14 | 0 | 0.03 | 0.07 |
HSL | 166.88º | 0.46% | 0.86% | - |
HSV(B) | 166.88º | 0.14% | 0.93% | - |
XYZ | 69.04 | 78.49 | 85.64 | - |
YUV | 225.63 | 129.9 | 112.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 229 | 0.14 | 0 | 0.03 | 0.07 | 166.88 | 0.46 | 0.86 |
Hex | CC | EC | E5 | E | 0 | 3 | 7 | A7 | 2E | 56 |
Octal | 314 | 354 | 345 | 16 | 0 | 3 | 7 | 247 | 56 | 126 |
Binary | 11001100 | 11101100 | 11100101 | 1110 | 0 | 11 | 111 | 10100111 | 101110 | 1010110 |
Color Harmonies of #CCECE5
Complementary color
Monochromatic Colors of #CCECE5
Black with #CCECE5
Text Example
Text Example
White with #CCECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECE5; }
p { color: rgb(204,236,229); }
H1.HeaderClassName
{
color: #CCECE5;
}
.AnyTagClassName
{
color: #CCECE5;
}
</style>
background-color css
<style>
a { background-color: #CCECE5; }
a { background-color: rgb(204,236,229); }
div.DivClassName
{
background-color: #CCECE5;
}
.BgClassName
{
background-color: #CCECE5;
}
</style>
border-color css
<style>
span { border-color: #CCECE5; }
span { border-color: rgb(204,236,229); }
td.TdClassName
{
border-color: #CCECE5;
}
.TagClassName
{
border-color: #CCECE5;
}
</style>