Shades of Jagged Ice #C0EDE4
Tints of Jagged Ice #C0EDE4
RGB
CMYK
RGB Variations
Color information
#C0EDE4 (or 0xC0EDE4) is known color: Jagged Ice. HEX triplet: C0, ED and E4. RGB value is (192,237,228). Sum of RGB (Red+Green+Blue) = 192+237+228=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #C0EDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EDE4 is #3F121B. Grayscale: #DEDEDE. Windows color (decimal): -4133404 or 15003072. OLE color: 15003072.
HSL color Cylindrical-coordinate representation of color #C0EDE4: hue angle of 168º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0EDE4 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 237 | 228 | - |
CMYK | 0.19 | 0 | 0.04 | 0.07 |
HSL | 168º | 0.56% | 0.84% | - |
HSV(B) | 168º | 0.19% | 0.93% | - |
XYZ | 66.03 | 77.38 | 84.85 | - |
YUV | 222.52 | 131.09 | 106.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 237 | 228 | 0.19 | 0 | 0.04 | 0.07 | 168 | 0.56 | 0.84 |
Hex | C0 | ED | E4 | 13 | 0 | 4 | 7 | A8 | 38 | 54 |
Octal | 300 | 355 | 344 | 23 | 0 | 4 | 7 | 250 | 70 | 124 |
Binary | 11000000 | 11101101 | 11100100 | 10011 | 0 | 100 | 111 | 10101000 | 111000 | 1010100 |
Color Harmonies of #C0EDE4
Complementary color
Monochromatic Colors of #C0EDE4
Black with #C0EDE4
Text Example
Text Example
White with #C0EDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EDE4; }
p { color: rgb(192,237,228); }
H1.HeaderClassName
{
color: #C0EDE4;
}
.AnyTagClassName
{
color: #C0EDE4;
}
</style>
background-color css
<style>
a { background-color: #C0EDE4; }
a { background-color: rgb(192,237,228); }
div.DivClassName
{
background-color: #C0EDE4;
}
.BgClassName
{
background-color: #C0EDE4;
}
</style>
border-color css
<style>
span { border-color: #C0EDE4; }
span { border-color: rgb(192,237,228); }
td.TdClassName
{
border-color: #C0EDE4;
}
.TagClassName
{
border-color: #C0EDE4;
}
</style>