Shades of Jagged Ice #C0DDDA
Tints of Jagged Ice #C0DDDA
RGB
CMYK
RGB Variations
Color information
#C0DDDA (or 0xC0DDDA) is known color: Jagged Ice. HEX triplet: C0, DD and DA. RGB value is (192,221,218). Sum of RGB (Red+Green+Blue) = 192+221+218=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDDA is #3F2225. Grayscale: #D3D3D3. Windows color (decimal): -4137510 or 14343616. OLE color: 14343616.
HSL color Cylindrical-coordinate representation of color #C0DDDA: hue angle of 173.79º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDDA is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 218 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.13 |
| HSL | 173.79º | 0.3% | 0.81% | - |
| HSV(B) | 173.79º | 0.13% | 0.87% | - |
| XYZ | 60.25 | 67.98 | 76.28 | - |
| YUV | 211.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 218 | 0.13 | 0 | 0.01 | 0.13 | 173.79 | 0.3 | 0.81 |
| Hex | C0 | DD | DA | D | 0 | 1 | D | AE | 1E | 51 |
| Octal | 300 | 335 | 332 | 15 | 0 | 1 | 15 | 256 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11011010 | 1101 | 0 | 1 | 1101 | 10101110 | 11110 | 1010001 |
Color Harmonies of #C0DDDA
Complementary color
Monochromatic Colors of #C0DDDA
Black with #C0DDDA
Text Example
Text Example
White with #C0DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDDA; }
p { color: rgb(192,221,218); }
H1.HeaderClassName
{
color: #C0DDDA;
}
.AnyTagClassName
{
color: #C0DDDA;
}
</style>
background-color css
<style>
a { background-color: #C0DDDA; }
a { background-color: rgb(192,221,218); }
div.DivClassName
{
background-color: #C0DDDA;
}
.BgClassName
{
background-color: #C0DDDA;
}
</style>
border-color css
<style>
span { border-color: #C0DDDA; }
span { border-color: rgb(192,221,218); }
td.TdClassName
{
border-color: #C0DDDA;
}
.TagClassName
{
border-color: #C0DDDA;
}
</style>