Shades of Jagged Ice #C4EDE7
Tints of Jagged Ice #C4EDE7
RGB
CMYK
RGB Variations
Color information
#C4EDE7 (or 0xC4EDE7) is known color: Jagged Ice. HEX triplet: C4, ED and E7. RGB value is (196,237,231). Sum of RGB (Red+Green+Blue) = 196+237+231=664 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.52% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #C4EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EDE7 is #3B1218. Grayscale: #E0E0E0. Windows color (decimal): -3871257 or 15199684. OLE color: 15199684.
HSL color Cylindrical-coordinate representation of color #C4EDE7: hue angle of 171.22º degrees, saturation: 0.53, 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 #C4EDE7 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 231 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.07 |
| HSL | 171.22º | 0.53% | 0.85% | - |
| HSV(B) | 171.22º | 0.17% | 0.93% | - |
| XYZ | 67.47 | 78.07 | 87.11 | - |
| YUV | 224.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 231 | 0.17 | 0 | 0.03 | 0.07 | 171.22 | 0.53 | 0.85 |
| Hex | C4 | ED | E7 | 11 | 0 | 3 | 7 | AB | 35 | 55 |
| Octal | 304 | 355 | 347 | 21 | 0 | 3 | 7 | 253 | 65 | 125 |
| Binary | 11000100 | 11101101 | 11100111 | 10001 | 0 | 11 | 111 | 10101011 | 110101 | 1010101 |
Color Harmonies of #C4EDE7
Complementary color
Monochromatic Colors of #C4EDE7
Black with #C4EDE7
Text Example
Text Example
White with #C4EDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EDE7; }
p { color: rgb(196,237,231); }
H1.HeaderClassName
{
color: #C4EDE7;
}
.AnyTagClassName
{
color: #C4EDE7;
}
</style>
background-color css
<style>
a { background-color: #C4EDE7; }
a { background-color: rgb(196,237,231); }
div.DivClassName
{
background-color: #C4EDE7;
}
.BgClassName
{
background-color: #C4EDE7;
}
</style>
border-color css
<style>
span { border-color: #C4EDE7; }
span { border-color: rgb(196,237,231); }
td.TdClassName
{
border-color: #C4EDE7;
}
.TagClassName
{
border-color: #C4EDE7;
}
</style>