Shades of Jagged Ice #CCE3E1
Tints of Jagged Ice #CCE3E1
RGB
CMYK
RGB Variations
Color information
#CCE3E1 (or 0xCCE3E1) is known color: Jagged Ice. HEX triplet: CC, E3 and E1. RGB value is (204,227,225). Sum of RGB (Red+Green+Blue) = 204+227+225=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3E1 is #331C1E. Grayscale: #DBDBDB. Windows color (decimal): -3349535 or 14803916. OLE color: 14803916.
HSL color Cylindrical-coordinate representation of color #CCE3E1: hue angle of 174.78º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE3E1 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 225 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.11 |
| HSL | 174.78º | 0.29% | 0.85% | - |
| HSV(B) | 174.78º | 0.1% | 0.89% | - |
| XYZ | 65.96 | 73.21 | 81.89 | - |
| YUV | 219.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 225 | 0.10 | 0 | 0.01 | 0.11 | 174.78 | 0.29 | 0.85 |
| Hex | CC | E3 | E1 | A | 0 | 1 | B | AF | 1D | 55 |
| Octal | 314 | 343 | 341 | 12 | 0 | 1 | 13 | 257 | 35 | 125 |
| Binary | 11001100 | 11100011 | 11100001 | 1010 | 0 | 1 | 1011 | 10101111 | 11101 | 1010101 |
Color Harmonies of #CCE3E1
Complementary color
Monochromatic Colors of #CCE3E1
Black with #CCE3E1
Text Example
Text Example
White with #CCE3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3E1; }
p { color: rgb(204,227,225); }
H1.HeaderClassName
{
color: #CCE3E1;
}
.AnyTagClassName
{
color: #CCE3E1;
}
</style>
background-color css
<style>
a { background-color: #CCE3E1; }
a { background-color: rgb(204,227,225); }
div.DivClassName
{
background-color: #CCE3E1;
}
.BgClassName
{
background-color: #CCE3E1;
}
</style>
border-color css
<style>
span { border-color: #CCE3E1; }
span { border-color: rgb(204,227,225); }
td.TdClassName
{
border-color: #CCE3E1;
}
.TagClassName
{
border-color: #CCE3E1;
}
</style>