Shades of Jagged Ice #C0DEDB
Tints of Jagged Ice #C0DEDB
RGB
CMYK
RGB Variations
Color information
#C0DEDB (or 0xC0DEDB) is known color: Jagged Ice. HEX triplet: C0, DE and DB. RGB value is (192,222,219). Sum of RGB (Red+Green+Blue) = 192+222+219=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEDB is #3F2124. Grayscale: #D4D4D4. Windows color (decimal): -4137253 or 14409408. OLE color: 14409408.
HSL color Cylindrical-coordinate representation of color #C0DEDB: hue angle of 174º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DEDB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 222 | 219 | - |
CMYK | 0.14 | 0 | 0.01 | 0.13 |
HSL | 174º | 0.31% | 0.81% | - |
HSV(B) | 174º | 0.14% | 0.87% | - |
XYZ | 60.65 | 68.56 | 77.06 | - |
YUV | 212.69 | 131.56 | 113.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 222 | 219 | 0.14 | 0 | 0.01 | 0.13 | 174 | 0.31 | 0.81 |
Hex | C0 | DE | DB | E | 0 | 1 | D | AE | 1F | 51 |
Octal | 300 | 336 | 333 | 16 | 0 | 1 | 15 | 256 | 37 | 121 |
Binary | 11000000 | 11011110 | 11011011 | 1110 | 0 | 1 | 1101 | 10101110 | 11111 | 1010001 |
Color Harmonies of #C0DEDB
Complementary color
Monochromatic Colors of #C0DEDB
Black with #C0DEDB
Text Example
Text Example
White with #C0DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEDB; }
p { color: rgb(192,222,219); }
H1.HeaderClassName
{
color: #C0DEDB;
}
.AnyTagClassName
{
color: #C0DEDB;
}
</style>
background-color css
<style>
a { background-color: #C0DEDB; }
a { background-color: rgb(192,222,219); }
div.DivClassName
{
background-color: #C0DEDB;
}
.BgClassName
{
background-color: #C0DEDB;
}
</style>
border-color css
<style>
span { border-color: #C0DEDB; }
span { border-color: rgb(192,222,219); }
td.TdClassName
{
border-color: #C0DEDB;
}
.TagClassName
{
border-color: #C0DEDB;
}
</style>