Shades of Jagged Ice #C1E7DF
Tints of Jagged Ice #C1E7DF
RGB
CMYK
RGB Variations
Color information
#C1E7DF (or 0xC1E7DF) is known color: Jagged Ice. HEX triplet: C1, E7 and DF. RGB value is (193,231,223). Sum of RGB (Red+Green+Blue) = 193+231+223=647 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.83% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #C1E7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1E7DF is #3E1820. Grayscale: #DADADA. Windows color (decimal): -4069409 or 14673857. OLE color: 14673857.
HSL color Cylindrical-coordinate representation of color #C1E7DF: hue angle of 167.37º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1E7DF is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 231 | 223 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.09 |
| HSL | 167.37º | 0.44% | 0.83% | - |
| HSV(B) | 167.37º | 0.16% | 0.91% | - |
| XYZ | 63.89 | 73.82 | 80.69 | - |
| YUV | 218.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 231 | 223 | 0.16 | 0 | 0.03 | 0.09 | 167.37 | 0.44 | 0.83 |
| Hex | C1 | E7 | DF | 10 | 0 | 3 | 9 | A7 | 2C | 53 |
| Octal | 301 | 347 | 337 | 20 | 0 | 3 | 11 | 247 | 54 | 123 |
| Binary | 11000001 | 11100111 | 11011111 | 10000 | 0 | 11 | 1001 | 10100111 | 101100 | 1010011 |
Color Harmonies of #C1E7DF
Complementary color
Monochromatic Colors of #C1E7DF
Black with #C1E7DF
Text Example
Text Example
White with #C1E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E7DF; }
p { color: rgb(193,231,223); }
H1.HeaderClassName
{
color: #C1E7DF;
}
.AnyTagClassName
{
color: #C1E7DF;
}
</style>
background-color css
<style>
a { background-color: #C1E7DF; }
a { background-color: rgb(193,231,223); }
div.DivClassName
{
background-color: #C1E7DF;
}
.BgClassName
{
background-color: #C1E7DF;
}
</style>
border-color css
<style>
span { border-color: #C1E7DF; }
span { border-color: rgb(193,231,223); }
td.TdClassName
{
border-color: #C1E7DF;
}
.TagClassName
{
border-color: #C1E7DF;
}
</style>