Shades of Jagged Ice #CCEDE7
Tints of Jagged Ice #CCEDE7
RGB
CMYK
RGB Variations
Color information
#CCEDE7 (or 0xCCEDE7) is known color: Jagged Ice. HEX triplet: CC, ED and E7. RGB value is (204,237,231). Sum of RGB (Red+Green+Blue) = 204+237+231=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDE7 is #331218. Grayscale: #E2E2E2. Windows color (decimal): -3346969 or 15199692. OLE color: 15199692.
HSL color Cylindrical-coordinate representation of color #CCEDE7: hue angle of 169.09º 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 #CCEDE7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 231 | - |
CMYK | 0.14 | 0 | 0.03 | 0.07 |
HSL | 169.09º | 0.48% | 0.86% | - |
HSV(B) | 169.09º | 0.14% | 0.93% | - |
XYZ | 69.61 | 79.18 | 87.21 | - |
YUV | 226.45 | 130.57 | 111.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 231 | 0.14 | 0 | 0.03 | 0.07 | 169.09 | 0.48 | 0.86 |
Hex | CC | ED | E7 | E | 0 | 3 | 7 | A9 | 30 | 56 |
Octal | 314 | 355 | 347 | 16 | 0 | 3 | 7 | 251 | 60 | 126 |
Binary | 11001100 | 11101101 | 11100111 | 1110 | 0 | 11 | 111 | 10101001 | 110000 | 1010110 |
Color Harmonies of #CCEDE7
Complementary color
Monochromatic Colors of #CCEDE7
Black with #CCEDE7
Text Example
Text Example
White with #CCEDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDE7; }
p { color: rgb(204,237,231); }
H1.HeaderClassName
{
color: #CCEDE7;
}
.AnyTagClassName
{
color: #CCEDE7;
}
</style>
background-color css
<style>
a { background-color: #CCEDE7; }
a { background-color: rgb(204,237,231); }
div.DivClassName
{
background-color: #CCEDE7;
}
.BgClassName
{
background-color: #CCEDE7;
}
</style>
border-color css
<style>
span { border-color: #CCEDE7; }
span { border-color: rgb(204,237,231); }
td.TdClassName
{
border-color: #CCEDE7;
}
.TagClassName
{
border-color: #CCEDE7;
}
</style>