Shades of Jagged Ice #C2DEDC
Tints of Jagged Ice #C2DEDC
RGB
CMYK
RGB Variations
Color information
#C2DEDC (or 0xC2DEDC) is known color: Jagged Ice. HEX triplet: C2, DE and DC. RGB value is (194,222,220). Sum of RGB (Red+Green+Blue) = 194+222+220=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEDC is #3D2123. Grayscale: #D5D5D5. Windows color (decimal): -4006180 or 14474946. OLE color: 14474946.
HSL color Cylindrical-coordinate representation of color #C2DEDC: hue angle of 175.71º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DEDC is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 222 | 220 | - |
CMYK | 0.13 | 0 | 0.01 | 0.13 |
HSL | 175.71º | 0.3% | 0.82% | - |
HSV(B) | 175.71º | 0.13% | 0.87% | - |
XYZ | 61.29 | 68.88 | 77.77 | - |
YUV | 213.4 | 131.72 | 114.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 222 | 220 | 0.13 | 0 | 0.01 | 0.13 | 175.71 | 0.3 | 0.82 |
Hex | C2 | DE | DC | D | 0 | 1 | D | B0 | 1E | 52 |
Octal | 302 | 336 | 334 | 15 | 0 | 1 | 15 | 260 | 36 | 122 |
Binary | 11000010 | 11011110 | 11011100 | 1101 | 0 | 1 | 1101 | 10110000 | 11110 | 1010010 |
Color Harmonies of #C2DEDC
Complementary color
Monochromatic Colors of #C2DEDC
Black with #C2DEDC
Text Example
Text Example
White with #C2DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEDC; }
p { color: rgb(194,222,220); }
H1.HeaderClassName
{
color: #C2DEDC;
}
.AnyTagClassName
{
color: #C2DEDC;
}
</style>
background-color css
<style>
a { background-color: #C2DEDC; }
a { background-color: rgb(194,222,220); }
div.DivClassName
{
background-color: #C2DEDC;
}
.BgClassName
{
background-color: #C2DEDC;
}
</style>
border-color css
<style>
span { border-color: #C2DEDC; }
span { border-color: rgb(194,222,220); }
td.TdClassName
{
border-color: #C2DEDC;
}
.TagClassName
{
border-color: #C2DEDC;
}
</style>