Shades of Jagged Ice #C8EEE5
Tints of Jagged Ice #C8EEE5
RGB
CMYK
RGB Variations
Color information
#C8EEE5 (or 0xC8EEE5) is known color: Jagged Ice. HEX triplet: C8, EE and E5. RGB value is (200,238,229). Sum of RGB (Red+Green+Blue) = 200+238+229=667 (88% of max value = 765). Red value is 200 (78.52% from 255 or 29.99% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EEE5 is #37111A. Grayscale: #E1E1E1. Windows color (decimal): -3608859 or 15068872. OLE color: 15068872.
HSL color Cylindrical-coordinate representation of color #C8EEE5: hue angle of 165.79º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EEE5 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 238 | 229 | - |
CMYK | 0.16 | 0 | 0.04 | 0.07 |
HSL | 165.79º | 0.53% | 0.86% | - |
HSV(B) | 165.79º | 0.16% | 0.93% | - |
XYZ | 68.54 | 79.09 | 85.78 | - |
YUV | 225.61 | 129.91 | 109.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 238 | 229 | 0.16 | 0 | 0.04 | 0.07 | 165.79 | 0.53 | 0.86 |
Hex | C8 | EE | E5 | 10 | 0 | 4 | 7 | A6 | 35 | 56 |
Octal | 310 | 356 | 345 | 20 | 0 | 4 | 7 | 246 | 65 | 126 |
Binary | 11001000 | 11101110 | 11100101 | 10000 | 0 | 100 | 111 | 10100110 | 110101 | 1010110 |
Color Harmonies of #C8EEE5
Complementary color
Monochromatic Colors of #C8EEE5
Black with #C8EEE5
Text Example
Text Example
White with #C8EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEE5; }
p { color: rgb(200,238,229); }
H1.HeaderClassName
{
color: #C8EEE5;
}
.AnyTagClassName
{
color: #C8EEE5;
}
</style>
background-color css
<style>
a { background-color: #C8EEE5; }
a { background-color: rgb(200,238,229); }
div.DivClassName
{
background-color: #C8EEE5;
}
.BgClassName
{
background-color: #C8EEE5;
}
</style>
border-color css
<style>
span { border-color: #C8EEE5; }
span { border-color: rgb(200,238,229); }
td.TdClassName
{
border-color: #C8EEE5;
}
.TagClassName
{
border-color: #C8EEE5;
}
</style>