Shades of Jagged Ice #CEECE5
Tints of Jagged Ice #CEECE5
RGB
CMYK
RGB Variations
Color information
#CEECE5 (or 0xCEECE5) is known color: Jagged Ice. HEX triplet: CE, EC and E5. RGB value is (206,236,229). Sum of RGB (Red+Green+Blue) = 206+236+229=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECE5 is #31131A. Grayscale: #E2E2E2. Windows color (decimal): -3216155 or 15068366. OLE color: 15068366.
HSL color Cylindrical-coordinate representation of color #CEECE5: hue angle of 166º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEECE5 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 236 | 229 | - |
CMYK | 0.13 | 0 | 0.03 | 0.07 |
HSL | 166º | 0.44% | 0.87% | - |
HSV(B) | 166º | 0.13% | 0.93% | - |
XYZ | 69.59 | 78.77 | 85.66 | - |
YUV | 226.23 | 129.56 | 113.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 236 | 229 | 0.13 | 0 | 0.03 | 0.07 | 166 | 0.44 | 0.87 |
Hex | CE | EC | E5 | D | 0 | 3 | 7 | A6 | 2C | 57 |
Octal | 316 | 354 | 345 | 15 | 0 | 3 | 7 | 246 | 54 | 127 |
Binary | 11001110 | 11101100 | 11100101 | 1101 | 0 | 11 | 111 | 10100110 | 101100 | 1010111 |
Color Harmonies of #CEECE5
Complementary color
Monochromatic Colors of #CEECE5
Black with #CEECE5
Text Example
Text Example
White with #CEECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECE5; }
p { color: rgb(206,236,229); }
H1.HeaderClassName
{
color: #CEECE5;
}
.AnyTagClassName
{
color: #CEECE5;
}
</style>
background-color css
<style>
a { background-color: #CEECE5; }
a { background-color: rgb(206,236,229); }
div.DivClassName
{
background-color: #CEECE5;
}
.BgClassName
{
background-color: #CEECE5;
}
</style>
border-color css
<style>
span { border-color: #CEECE5; }
span { border-color: rgb(206,236,229); }
td.TdClassName
{
border-color: #CEECE5;
}
.TagClassName
{
border-color: #CEECE5;
}
</style>