Shades of Jagged Ice #C2DEDA
Tints of Jagged Ice #C2DEDA
RGB
CMYK
RGB Variations
Color information
#C2DEDA (or 0xC2DEDA) is known color: Jagged Ice. HEX triplet: C2, DE and DA. RGB value is (194,222,218). Sum of RGB (Red+Green+Blue) = 194+222+218=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEDA is #3D2125. Grayscale: #D5D5D5. Windows color (decimal): -4006182 or 14343874. OLE color: 14343874.
HSL color Cylindrical-coordinate representation of color #C2DEDA: hue angle of 171.43º 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 #C2DEDA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 222 | 218 | - |
CMYK | 0.13 | 0 | 0.02 | 0.13 |
HSL | 171.43º | 0.3% | 0.82% | - |
HSV(B) | 171.43º | 0.13% | 0.87% | - |
XYZ | 61.02 | 68.77 | 76.39 | - |
YUV | 213.17 | 130.72 | 114.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 222 | 218 | 0.13 | 0 | 0.02 | 0.13 | 171.43 | 0.3 | 0.82 |
Hex | C2 | DE | DA | D | 0 | 2 | D | AB | 1E | 52 |
Octal | 302 | 336 | 332 | 15 | 0 | 2 | 15 | 253 | 36 | 122 |
Binary | 11000010 | 11011110 | 11011010 | 1101 | 0 | 10 | 1101 | 10101011 | 11110 | 1010010 |
Color Harmonies of #C2DEDA
Complementary color
Monochromatic Colors of #C2DEDA
Black with #C2DEDA
Text Example
Text Example
White with #C2DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEDA; }
p { color: rgb(194,222,218); }
H1.HeaderClassName
{
color: #C2DEDA;
}
.AnyTagClassName
{
color: #C2DEDA;
}
</style>
background-color css
<style>
a { background-color: #C2DEDA; }
a { background-color: rgb(194,222,218); }
div.DivClassName
{
background-color: #C2DEDA;
}
.BgClassName
{
background-color: #C2DEDA;
}
</style>
border-color css
<style>
span { border-color: #C2DEDA; }
span { border-color: rgb(194,222,218); }
td.TdClassName
{
border-color: #C2DEDA;
}
.TagClassName
{
border-color: #C2DEDA;
}
</style>