Shades of Jagged Ice #C7E1DF
Tints of Jagged Ice #C7E1DF
RGB
CMYK
RGB Variations
Color information
#C7E1DF (or 0xC7E1DF) is known color: Jagged Ice. HEX triplet: C7, E1 and DF. RGB value is (199,225,223). Sum of RGB (Red+Green+Blue) = 199+225+223=647 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.76% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E1DF is #381E20. Grayscale: #D8D8D8. Windows color (decimal): -3677729 or 14672327. OLE color: 14672327.
HSL color Cylindrical-coordinate representation of color #C7E1DF: hue angle of 175.38º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7E1DF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 223 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.12 |
| HSL | 175.38º | 0.3% | 0.83% | - |
| HSV(B) | 175.38º | 0.12% | 0.88% | - |
| XYZ | 63.8 | 71.32 | 80.22 | - |
| YUV | 217 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 223 | 0.12 | 0 | 0.01 | 0.12 | 175.38 | 0.3 | 0.83 |
| Hex | C7 | E1 | DF | C | 0 | 1 | C | AF | 1E | 53 |
| Octal | 307 | 341 | 337 | 14 | 0 | 1 | 14 | 257 | 36 | 123 |
| Binary | 11000111 | 11100001 | 11011111 | 1100 | 0 | 1 | 1100 | 10101111 | 11110 | 1010011 |
Color Harmonies of #C7E1DF
Complementary color
Monochromatic Colors of #C7E1DF
Black with #C7E1DF
Text Example
Text Example
White with #C7E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E1DF; }
p { color: rgb(199,225,223); }
H1.HeaderClassName
{
color: #C7E1DF;
}
.AnyTagClassName
{
color: #C7E1DF;
}
</style>
background-color css
<style>
a { background-color: #C7E1DF; }
a { background-color: rgb(199,225,223); }
div.DivClassName
{
background-color: #C7E1DF;
}
.BgClassName
{
background-color: #C7E1DF;
}
</style>
border-color css
<style>
span { border-color: #C7E1DF; }
span { border-color: rgb(199,225,223); }
td.TdClassName
{
border-color: #C7E1DF;
}
.TagClassName
{
border-color: #C7E1DF;
}
</style>