Shades of Jagged Ice #C3ECE7
Tints of Jagged Ice #C3ECE7
RGB
CMYK
RGB Variations
Color information
#C3ECE7 (or 0xC3ECE7) is known color: Jagged Ice. HEX triplet: C3, EC and E7. RGB value is (195,236,231). Sum of RGB (Red+Green+Blue) = 195+236+231=662 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.46% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 236 - color contains mainly: green. Hex color #C3ECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3ECE7 is #3C1318. Grayscale: #DFDFDF. Windows color (decimal): -3937049 or 15199427. OLE color: 15199427.
HSL color Cylindrical-coordinate representation of color #C3ECE7: hue angle of 172.68º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3ECE7 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 231 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.07 |
| HSL | 172.68º | 0.52% | 0.85% | - |
| HSV(B) | 172.68º | 0.17% | 0.93% | - |
| XYZ | 66.92 | 77.36 | 87.01 | - |
| YUV | 223.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 231 | 0.17 | 0 | 0.02 | 0.07 | 172.68 | 0.52 | 0.85 |
| Hex | C3 | EC | E7 | 11 | 0 | 2 | 7 | AD | 34 | 55 |
| Octal | 303 | 354 | 347 | 21 | 0 | 2 | 7 | 255 | 64 | 125 |
| Binary | 11000011 | 11101100 | 11100111 | 10001 | 0 | 10 | 111 | 10101101 | 110100 | 1010101 |
Color Harmonies of #C3ECE7
Complementary color
Monochromatic Colors of #C3ECE7
Black with #C3ECE7
Text Example
Text Example
White with #C3ECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ECE7; }
p { color: rgb(195,236,231); }
H1.HeaderClassName
{
color: #C3ECE7;
}
.AnyTagClassName
{
color: #C3ECE7;
}
</style>
background-color css
<style>
a { background-color: #C3ECE7; }
a { background-color: rgb(195,236,231); }
div.DivClassName
{
background-color: #C3ECE7;
}
.BgClassName
{
background-color: #C3ECE7;
}
</style>
border-color css
<style>
span { border-color: #C3ECE7; }
span { border-color: rgb(195,236,231); }
td.TdClassName
{
border-color: #C3ECE7;
}
.TagClassName
{
border-color: #C3ECE7;
}
</style>