Shades of Jagged Ice #C2DFDA
Tints of Jagged Ice #C2DFDA
RGB
CMYK
RGB Variations
Color information
#C2DFDA (or 0xC2DFDA) is known color: Jagged Ice. HEX triplet: C2, DF and DA. RGB value is (194,223,218). Sum of RGB (Red+Green+Blue) = 194+223+218=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFDA is #3D2025. Grayscale: #D5D5D5. Windows color (decimal): -4005926 or 14344130. OLE color: 14344130.
HSL color Cylindrical-coordinate representation of color #C2DFDA: hue angle of 169.66º degrees, saturation: 0.31, 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 #C2DFDA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 223 | 218 | - |
CMYK | 0.13 | 0 | 0.02 | 0.13 |
HSL | 169.66º | 0.31% | 0.82% | - |
HSV(B) | 169.66º | 0.13% | 0.87% | - |
XYZ | 61.29 | 69.31 | 76.48 | - |
YUV | 213.76 | 130.39 | 113.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 223 | 218 | 0.13 | 0 | 0.02 | 0.13 | 169.66 | 0.31 | 0.82 |
Hex | C2 | DF | DA | D | 0 | 2 | D | AA | 1F | 52 |
Octal | 302 | 337 | 332 | 15 | 0 | 2 | 15 | 252 | 37 | 122 |
Binary | 11000010 | 11011111 | 11011010 | 1101 | 0 | 10 | 1101 | 10101010 | 11111 | 1010010 |
Color Harmonies of #C2DFDA
Complementary color
Monochromatic Colors of #C2DFDA
Black with #C2DFDA
Text Example
Text Example
White with #C2DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFDA; }
p { color: rgb(194,223,218); }
H1.HeaderClassName
{
color: #C2DFDA;
}
.AnyTagClassName
{
color: #C2DFDA;
}
</style>
background-color css
<style>
a { background-color: #C2DFDA; }
a { background-color: rgb(194,223,218); }
div.DivClassName
{
background-color: #C2DFDA;
}
.BgClassName
{
background-color: #C2DFDA;
}
</style>
border-color css
<style>
span { border-color: #C2DFDA; }
span { border-color: rgb(194,223,218); }
td.TdClassName
{
border-color: #C2DFDA;
}
.TagClassName
{
border-color: #C2DFDA;
}
</style>