Shades of Jagged Ice #C7ECE6
Tints of Jagged Ice #C7ECE6
RGB
CMYK
RGB Variations
Color information
#C7ECE6 (or 0xC7ECE6) is known color: Jagged Ice. HEX triplet: C7, EC and E6. RGB value is (199,236,230). Sum of RGB (Red+Green+Blue) = 199+236+230=665 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.92% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7ECE6 is #381319. Grayscale: #E0E0E0. Windows color (decimal): -3674906 or 15133895. OLE color: 15133895.
HSL color Cylindrical-coordinate representation of color #C7ECE6: hue angle of 170.27º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7ECE6 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 236 | 230 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.07 |
| HSL | 170.27º | 0.49% | 0.85% | - |
| HSV(B) | 170.27º | 0.16% | 0.93% | - |
| XYZ | 67.83 | 77.85 | 86.31 | - |
| YUV | 224.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 236 | 230 | 0.16 | 0 | 0.03 | 0.07 | 170.27 | 0.49 | 0.85 |
| Hex | C7 | EC | E6 | 10 | 0 | 3 | 7 | AA | 31 | 55 |
| Octal | 307 | 354 | 346 | 20 | 0 | 3 | 7 | 252 | 61 | 125 |
| Binary | 11000111 | 11101100 | 11100110 | 10000 | 0 | 11 | 111 | 10101010 | 110001 | 1010101 |
Color Harmonies of #C7ECE6
Complementary color
Monochromatic Colors of #C7ECE6
Black with #C7ECE6
Text Example
Text Example
White with #C7ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECE6; }
p { color: rgb(199,236,230); }
H1.HeaderClassName
{
color: #C7ECE6;
}
.AnyTagClassName
{
color: #C7ECE6;
}
</style>
background-color css
<style>
a { background-color: #C7ECE6; }
a { background-color: rgb(199,236,230); }
div.DivClassName
{
background-color: #C7ECE6;
}
.BgClassName
{
background-color: #C7ECE6;
}
</style>
border-color css
<style>
span { border-color: #C7ECE6; }
span { border-color: rgb(199,236,230); }
td.TdClassName
{
border-color: #C7ECE6;
}
.TagClassName
{
border-color: #C7ECE6;
}
</style>