Shades of Jagged Ice #C2EDE4
Tints of Jagged Ice #C2EDE4
RGB
CMYK
RGB Variations
Color information
#C2EDE4 (or 0xC2EDE4) is known color: Jagged Ice. HEX triplet: C2, ED and E4. RGB value is (194,237,228). Sum of RGB (Red+Green+Blue) = 194+237+228=659 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.44% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #C2EDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EDE4 is #3D121B. Grayscale: #DFDFDF. Windows color (decimal): -4002332 or 15003074. OLE color: 15003074.
HSL color Cylindrical-coordinate representation of color #C2EDE4: hue angle of 167.44º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EDE4 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 237 | 228 | - |
CMYK | 0.18 | 0 | 0.04 | 0.07 |
HSL | 167.44º | 0.54% | 0.85% | - |
HSV(B) | 167.44º | 0.18% | 0.93% | - |
XYZ | 66.54 | 77.64 | 84.88 | - |
YUV | 223.12 | 130.75 | 107.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 237 | 228 | 0.18 | 0 | 0.04 | 0.07 | 167.44 | 0.54 | 0.85 |
Hex | C2 | ED | E4 | 12 | 0 | 4 | 7 | A7 | 36 | 55 |
Octal | 302 | 355 | 344 | 22 | 0 | 4 | 7 | 247 | 66 | 125 |
Binary | 11000010 | 11101101 | 11100100 | 10010 | 0 | 100 | 111 | 10100111 | 110110 | 1010101 |
Color Harmonies of #C2EDE4
Complementary color
Monochromatic Colors of #C2EDE4
Black with #C2EDE4
Text Example
Text Example
White with #C2EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EDE4; }
p { color: rgb(194,237,228); }
H1.HeaderClassName
{
color: #C2EDE4;
}
.AnyTagClassName
{
color: #C2EDE4;
}
</style>
background-color css
<style>
a { background-color: #C2EDE4; }
a { background-color: rgb(194,237,228); }
div.DivClassName
{
background-color: #C2EDE4;
}
.BgClassName
{
background-color: #C2EDE4;
}
</style>
border-color css
<style>
span { border-color: #C2EDE4; }
span { border-color: rgb(194,237,228); }
td.TdClassName
{
border-color: #C2EDE4;
}
.TagClassName
{
border-color: #C2EDE4;
}
</style>