Shades of Jagged Ice #CCE4E2
Tints of Jagged Ice #CCE4E2
RGB
CMYK
RGB Variations
Color information
#CCE4E2 (or 0xCCE4E2) is known color: Jagged Ice. HEX triplet: CC, E4 and E2. RGB value is (204,228,226). Sum of RGB (Red+Green+Blue) = 204+228+226=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4E2 is #331B1D. Grayscale: #DCDCDC. Windows color (decimal): -3349278 or 14869708. OLE color: 14869708.
HSL color Cylindrical-coordinate representation of color #CCE4E2: hue angle of 175º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE4E2 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 228 | 226 | - |
CMYK | 0.11 | 0 | 0.01 | 0.11 |
HSL | 175º | 0.31% | 0.85% | - |
HSV(B) | 175º | 0.11% | 0.89% | - |
XYZ | 66.37 | 73.82 | 82.7 | - |
YUV | 220.6 | 131.05 | 116.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 228 | 226 | 0.11 | 0 | 0.01 | 0.11 | 175 | 0.31 | 0.85 |
Hex | CC | E4 | E2 | B | 0 | 1 | B | AF | 1F | 55 |
Octal | 314 | 344 | 342 | 13 | 0 | 1 | 13 | 257 | 37 | 125 |
Binary | 11001100 | 11100100 | 11100010 | 1011 | 0 | 1 | 1011 | 10101111 | 11111 | 1010101 |
Color Harmonies of #CCE4E2
Complementary color
Monochromatic Colors of #CCE4E2
Black with #CCE4E2
Text Example
Text Example
White with #CCE4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4E2; }
p { color: rgb(204,228,226); }
H1.HeaderClassName
{
color: #CCE4E2;
}
.AnyTagClassName
{
color: #CCE4E2;
}
</style>
background-color css
<style>
a { background-color: #CCE4E2; }
a { background-color: rgb(204,228,226); }
div.DivClassName
{
background-color: #CCE4E2;
}
.BgClassName
{
background-color: #CCE4E2;
}
</style>
border-color css
<style>
span { border-color: #CCE4E2; }
span { border-color: rgb(204,228,226); }
td.TdClassName
{
border-color: #CCE4E2;
}
.TagClassName
{
border-color: #CCE4E2;
}
</style>