Shades of Jagged Ice #CCE7E4
Tints of Jagged Ice #CCE7E4
RGB
CMYK
RGB Variations
Color information
#CCE7E4 (or 0xCCE7E4) is known color: Jagged Ice. HEX triplet: CC, E7 and E4. RGB value is (204,231,228). Sum of RGB (Red+Green+Blue) = 204+231+228=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7E4 is #33181B. Grayscale: #DEDEDE. Windows color (decimal): -3348508 or 15001548. OLE color: 15001548.
HSL color Cylindrical-coordinate representation of color #CCE7E4: hue angle of 173.33º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE7E4 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 228 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.09 |
| HSL | 173.33º | 0.36% | 0.85% | - |
| HSV(B) | 173.33º | 0.12% | 0.91% | - |
| XYZ | 67.48 | 75.59 | 84.43 | - |
| YUV | 222.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 228 | 0.12 | 0 | 0.01 | 0.09 | 173.33 | 0.36 | 0.85 |
| Hex | CC | E7 | E4 | C | 0 | 1 | 9 | AD | 24 | 55 |
| Octal | 314 | 347 | 344 | 14 | 0 | 1 | 11 | 255 | 44 | 125 |
| Binary | 11001100 | 11100111 | 11100100 | 1100 | 0 | 1 | 1001 | 10101101 | 100100 | 1010101 |
Color Harmonies of #CCE7E4
Complementary color
Monochromatic Colors of #CCE7E4
Black with #CCE7E4
Text Example
Text Example
White with #CCE7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7E4; }
p { color: rgb(204,231,228); }
H1.HeaderClassName
{
color: #CCE7E4;
}
.AnyTagClassName
{
color: #CCE7E4;
}
</style>
background-color css
<style>
a { background-color: #CCE7E4; }
a { background-color: rgb(204,231,228); }
div.DivClassName
{
background-color: #CCE7E4;
}
.BgClassName
{
background-color: #CCE7E4;
}
</style>
border-color css
<style>
span { border-color: #CCE7E4; }
span { border-color: rgb(204,231,228); }
td.TdClassName
{
border-color: #CCE7E4;
}
.TagClassName
{
border-color: #CCE7E4;
}
</style>