Shades of Jagged Ice #C3EEE4
Tints of Jagged Ice #C3EEE4
RGB
CMYK
RGB Variations
Color information
#C3EEE4 (or 0xC3EEE4) is known color: Jagged Ice. HEX triplet: C3, EE and E4. RGB value is (195,238,228). Sum of RGB (Red+Green+Blue) = 195+238+228=661 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.50% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #C3EEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EEE4 is #3C111B. Grayscale: #E0E0E0. Windows color (decimal): -3936540 or 15003331. OLE color: 15003331.
HSL color Cylindrical-coordinate representation of color #C3EEE4: hue angle of 166.05º degrees, saturation: 0.56, 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 #C3EEE4 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 238 | 228 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.07 |
| HSL | 166.05º | 0.56% | 0.85% | - |
| HSV(B) | 166.05º | 0.18% | 0.93% | - |
| XYZ | 67.08 | 78.35 | 84.99 | - |
| YUV | 224 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 228 | 0.18 | 0 | 0.04 | 0.07 | 166.05 | 0.56 | 0.85 |
| Hex | C3 | EE | E4 | 12 | 0 | 4 | 7 | A6 | 38 | 55 |
| Octal | 303 | 356 | 344 | 22 | 0 | 4 | 7 | 246 | 70 | 125 |
| Binary | 11000011 | 11101110 | 11100100 | 10010 | 0 | 100 | 111 | 10100110 | 111000 | 1010101 |
Color Harmonies of #C3EEE4
Complementary color
Monochromatic Colors of #C3EEE4
Black with #C3EEE4
Text Example
Text Example
White with #C3EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EEE4; }
p { color: rgb(195,238,228); }
H1.HeaderClassName
{
color: #C3EEE4;
}
.AnyTagClassName
{
color: #C3EEE4;
}
</style>
background-color css
<style>
a { background-color: #C3EEE4; }
a { background-color: rgb(195,238,228); }
div.DivClassName
{
background-color: #C3EEE4;
}
.BgClassName
{
background-color: #C3EEE4;
}
</style>
border-color css
<style>
span { border-color: #C3EEE4; }
span { border-color: rgb(195,238,228); }
td.TdClassName
{
border-color: #C3EEE4;
}
.TagClassName
{
border-color: #C3EEE4;
}
</style>