Shades of Jagged Ice #C0DFDA
Tints of Jagged Ice #C0DFDA
RGB
CMYK
RGB Variations
Color information
#C0DFDA (or 0xC0DFDA) is known color: Jagged Ice. HEX triplet: C0, DF and DA. RGB value is (192,223,218). Sum of RGB (Red+Green+Blue) = 192+223+218=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFDA is #3F2025. Grayscale: #D5D5D5. Windows color (decimal): -4136998 or 14344128. OLE color: 14344128.
HSL color Cylindrical-coordinate representation of color #C0DFDA: hue angle of 170.32º degrees, saturation: 0.33, 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 #C0DFDA is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 223 | 218 | - |
CMYK | 0.14 | 0 | 0.02 | 0.13 |
HSL | 170.32º | 0.33% | 0.81% | - |
HSV(B) | 170.32º | 0.14% | 0.87% | - |
XYZ | 60.78 | 69.04 | 76.45 | - |
YUV | 213.16 | 130.73 | 112.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 223 | 218 | 0.14 | 0 | 0.02 | 0.13 | 170.32 | 0.33 | 0.81 |
Hex | C0 | DF | DA | E | 0 | 2 | D | AA | 21 | 51 |
Octal | 300 | 337 | 332 | 16 | 0 | 2 | 15 | 252 | 41 | 121 |
Binary | 11000000 | 11011111 | 11011010 | 1110 | 0 | 10 | 1101 | 10101010 | 100001 | 1010001 |
Color Harmonies of #C0DFDA
Complementary color
Monochromatic Colors of #C0DFDA
Black with #C0DFDA
Text Example
Text Example
White with #C0DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFDA; }
p { color: rgb(192,223,218); }
H1.HeaderClassName
{
color: #C0DFDA;
}
.AnyTagClassName
{
color: #C0DFDA;
}
</style>
background-color css
<style>
a { background-color: #C0DFDA; }
a { background-color: rgb(192,223,218); }
div.DivClassName
{
background-color: #C0DFDA;
}
.BgClassName
{
background-color: #C0DFDA;
}
</style>
border-color css
<style>
span { border-color: #C0DFDA; }
span { border-color: rgb(192,223,218); }
td.TdClassName
{
border-color: #C0DFDA;
}
.TagClassName
{
border-color: #C0DFDA;
}
</style>