Shades of Jagged Ice #C7EBE5
Tints of Jagged Ice #C7EBE5
RGB
CMYK
RGB Variations
Color information
#C7EBE5 (or 0xC7EBE5) is known color: Jagged Ice. HEX triplet: C7, EB and E5. RGB value is (199,235,229). Sum of RGB (Red+Green+Blue) = 199+235+229=663 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.02% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EBE5 is #38141A. Grayscale: #DFDFDF. Windows color (decimal): -3675163 or 15068103. OLE color: 15068103.
HSL color Cylindrical-coordinate representation of color #C7EBE5: hue angle of 170º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7EBE5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 235 | 229 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.08 |
| HSL | 170º | 0.47% | 0.85% | - |
| HSV(B) | 170º | 0.15% | 0.92% | - |
| XYZ | 67.4 | 77.22 | 85.48 | - |
| YUV | 223.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 235 | 229 | 0.15 | 0 | 0.03 | 0.08 | 170 | 0.47 | 0.85 |
| Hex | C7 | EB | E5 | F | 0 | 3 | 8 | AA | 2F | 55 |
| Octal | 307 | 353 | 345 | 17 | 0 | 3 | 10 | 252 | 57 | 125 |
| Binary | 11000111 | 11101011 | 11100101 | 1111 | 0 | 11 | 1000 | 10101010 | 101111 | 1010101 |
Color Harmonies of #C7EBE5
Complementary color
Monochromatic Colors of #C7EBE5
Black with #C7EBE5
Text Example
Text Example
White with #C7EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EBE5; }
p { color: rgb(199,235,229); }
H1.HeaderClassName
{
color: #C7EBE5;
}
.AnyTagClassName
{
color: #C7EBE5;
}
</style>
background-color css
<style>
a { background-color: #C7EBE5; }
a { background-color: rgb(199,235,229); }
div.DivClassName
{
background-color: #C7EBE5;
}
.BgClassName
{
background-color: #C7EBE5;
}
</style>
border-color css
<style>
span { border-color: #C7EBE5; }
span { border-color: rgb(199,235,229); }
td.TdClassName
{
border-color: #C7EBE5;
}
.TagClassName
{
border-color: #C7EBE5;
}
</style>