Shades of Jagged Ice #C7ECE4
Tints of Jagged Ice #C7ECE4
RGB
CMYK
RGB Variations
Color information
#C7ECE4 (or 0xC7ECE4) is known color: Jagged Ice. HEX triplet: C7, EC and E4. RGB value is (199,236,228). Sum of RGB (Red+Green+Blue) = 199+236+228=663 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.02% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 228 (89.45% from 255 or 34.39% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7ECE4 is #38131B. Grayscale: #E0E0E0. Windows color (decimal): -3674908 or 15002823. OLE color: 15002823.
HSL color Cylindrical-coordinate representation of color #C7ECE4: hue angle of 167.03º 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 #C7ECE4 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 236 | 228 | - |
CMYK | 0.16 | 0 | 0.03 | 0.07 |
HSL | 167.03º | 0.49% | 0.85% | - |
HSV(B) | 167.03º | 0.16% | 0.93% | - |
XYZ | 67.55 | 77.73 | 84.84 | - |
YUV | 224.03 | 130.24 | 110.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 236 | 228 | 0.16 | 0 | 0.03 | 0.07 | 167.03 | 0.49 | 0.85 |
Hex | C7 | EC | E4 | 10 | 0 | 3 | 7 | A7 | 31 | 55 |
Octal | 307 | 354 | 344 | 20 | 0 | 3 | 7 | 247 | 61 | 125 |
Binary | 11000111 | 11101100 | 11100100 | 10000 | 0 | 11 | 111 | 10100111 | 110001 | 1010101 |
Color Harmonies of #C7ECE4
Complementary color
Monochromatic Colors of #C7ECE4
Black with #C7ECE4
Text Example
Text Example
White with #C7ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECE4; }
p { color: rgb(199,236,228); }
H1.HeaderClassName
{
color: #C7ECE4;
}
.AnyTagClassName
{
color: #C7ECE4;
}
</style>
background-color css
<style>
a { background-color: #C7ECE4; }
a { background-color: rgb(199,236,228); }
div.DivClassName
{
background-color: #C7ECE4;
}
.BgClassName
{
background-color: #C7ECE4;
}
</style>
border-color css
<style>
span { border-color: #C7ECE4; }
span { border-color: rgb(199,236,228); }
td.TdClassName
{
border-color: #C7ECE4;
}
.TagClassName
{
border-color: #C7ECE4;
}
</style>