Shades of Jagged Ice #CEEAE5
Tints of Jagged Ice #CEEAE5
RGB
CMYK
RGB Variations
Color information
#CEEAE5 (or 0xCEEAE5) is known color: Jagged Ice. HEX triplet: CE, EA and E5. RGB value is (206,234,229). Sum of RGB (Red+Green+Blue) = 206+234+229=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEAE5 is #31151A. Grayscale: #E1E1E1. Windows color (decimal): -3216667 or 15067854. OLE color: 15067854.
HSL color Cylindrical-coordinate representation of color #CEEAE5: hue angle of 169.29º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEAE5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 229 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.08 |
| HSL | 169.29º | 0.4% | 0.86% | - |
| HSV(B) | 169.29º | 0.12% | 0.92% | - |
| XYZ | 69.02 | 77.62 | 85.47 | - |
| YUV | 225.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 229 | 0.12 | 0 | 0.02 | 0.08 | 169.29 | 0.4 | 0.86 |
| Hex | CE | EA | E5 | C | 0 | 2 | 8 | A9 | 28 | 56 |
| Octal | 316 | 352 | 345 | 14 | 0 | 2 | 10 | 251 | 50 | 126 |
| Binary | 11001110 | 11101010 | 11100101 | 1100 | 0 | 10 | 1000 | 10101001 | 101000 | 1010110 |
Color Harmonies of #CEEAE5
Complementary color
Monochromatic Colors of #CEEAE5
Black with #CEEAE5
Text Example
Text Example
White with #CEEAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAE5; }
p { color: rgb(206,234,229); }
H1.HeaderClassName
{
color: #CEEAE5;
}
.AnyTagClassName
{
color: #CEEAE5;
}
</style>
background-color css
<style>
a { background-color: #CEEAE5; }
a { background-color: rgb(206,234,229); }
div.DivClassName
{
background-color: #CEEAE5;
}
.BgClassName
{
background-color: #CEEAE5;
}
</style>
border-color css
<style>
span { border-color: #CEEAE5; }
span { border-color: rgb(206,234,229); }
td.TdClassName
{
border-color: #CEEAE5;
}
.TagClassName
{
border-color: #CEEAE5;
}
</style>