Shades of Jagged Ice #CCEDE6
Tints of Jagged Ice #CCEDE6
RGB
CMYK
RGB Variations
Color information
#CCEDE6 (or 0xCCEDE6) is known color: Jagged Ice. HEX triplet: CC, ED and E6. RGB value is (204,237,230). Sum of RGB (Red+Green+Blue) = 204+237+230=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDE6 is #331219. Grayscale: #E2E2E2. Windows color (decimal): -3346970 or 15134156. OLE color: 15134156.
HSL color Cylindrical-coordinate representation of color #CCEDE6: hue angle of 167.27º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDE6 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 230 | - |
CMYK | 0.14 | 0 | 0.03 | 0.07 |
HSL | 167.27º | 0.48% | 0.86% | - |
HSV(B) | 167.27º | 0.14% | 0.93% | - |
XYZ | 69.47 | 79.12 | 86.47 | - |
YUV | 226.34 | 130.07 | 112.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 230 | 0.14 | 0 | 0.03 | 0.07 | 167.27 | 0.48 | 0.86 |
Hex | CC | ED | E6 | E | 0 | 3 | 7 | A7 | 30 | 56 |
Octal | 314 | 355 | 346 | 16 | 0 | 3 | 7 | 247 | 60 | 126 |
Binary | 11001100 | 11101101 | 11100110 | 1110 | 0 | 11 | 111 | 10100111 | 110000 | 1010110 |
Color Harmonies of #CCEDE6
Complementary color
Monochromatic Colors of #CCEDE6
Black with #CCEDE6
Text Example
Text Example
White with #CCEDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDE6; }
p { color: rgb(204,237,230); }
H1.HeaderClassName
{
color: #CCEDE6;
}
.AnyTagClassName
{
color: #CCEDE6;
}
</style>
background-color css
<style>
a { background-color: #CCEDE6; }
a { background-color: rgb(204,237,230); }
div.DivClassName
{
background-color: #CCEDE6;
}
.BgClassName
{
background-color: #CCEDE6;
}
</style>
border-color css
<style>
span { border-color: #CCEDE6; }
span { border-color: rgb(204,237,230); }
td.TdClassName
{
border-color: #CCEDE6;
}
.TagClassName
{
border-color: #CCEDE6;
}
</style>