Shades of Jagged Ice #CCE5E1
Tints of Jagged Ice #CCE5E1
RGB
CMYK
RGB Variations
Color information
#CCE5E1 (or 0xCCE5E1) is known color: Jagged Ice. HEX triplet: CC, E5 and E1. RGB value is (204,229,225). Sum of RGB (Red+Green+Blue) = 204+229+225=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5E1 is #331A1E. Grayscale: #DDDDDD. Windows color (decimal): -3349023 or 14804428. OLE color: 14804428.
HSL color Cylindrical-coordinate representation of color #CCE5E1: hue angle of 170.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE5E1 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 229 | 225 | - |
CMYK | 0.11 | 0 | 0.02 | 0.10 |
HSL | 170.4º | 0.32% | 0.85% | - |
HSV(B) | 170.4º | 0.11% | 0.9% | - |
XYZ | 66.51 | 74.31 | 82.07 | - |
YUV | 221.07 | 130.22 | 115.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 225 | 0.11 | 0 | 0.02 | 0.10 | 170.4 | 0.32 | 0.85 |
Hex | CC | E5 | E1 | B | 0 | 2 | A | AA | 20 | 55 |
Octal | 314 | 345 | 341 | 13 | 0 | 2 | 12 | 252 | 40 | 125 |
Binary | 11001100 | 11100101 | 11100001 | 1011 | 0 | 10 | 1010 | 10101010 | 100000 | 1010101 |
Color Harmonies of #CCE5E1
Complementary color
Monochromatic Colors of #CCE5E1
Black with #CCE5E1
Text Example
Text Example
White with #CCE5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5E1; }
p { color: rgb(204,229,225); }
H1.HeaderClassName
{
color: #CCE5E1;
}
.AnyTagClassName
{
color: #CCE5E1;
}
</style>
background-color css
<style>
a { background-color: #CCE5E1; }
a { background-color: rgb(204,229,225); }
div.DivClassName
{
background-color: #CCE5E1;
}
.BgClassName
{
background-color: #CCE5E1;
}
</style>
border-color css
<style>
span { border-color: #CCE5E1; }
span { border-color: rgb(204,229,225); }
td.TdClassName
{
border-color: #CCE5E1;
}
.TagClassName
{
border-color: #CCE5E1;
}
</style>