Shades of Jagged Ice #C3DEDC
Tints of Jagged Ice #C3DEDC
RGB
CMYK
RGB Variations
Color information
#C3DEDC (or 0xC3DEDC) is known color: Jagged Ice. HEX triplet: C3, DE and DC. RGB value is (195,222,220). Sum of RGB (Red+Green+Blue) = 195+222+220=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DEDC is #3C2123. Grayscale: #D5D5D5. Windows color (decimal): -3940644 or 14474947. OLE color: 14474947.
HSL color Cylindrical-coordinate representation of color #C3DEDC: hue angle of 175.56º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DEDC is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 222 | 220 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.13 |
| HSL | 175.56º | 0.29% | 0.82% | - |
| HSV(B) | 175.56º | 0.12% | 0.87% | - |
| XYZ | 61.55 | 69.01 | 77.79 | - |
| YUV | 213.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 220 | 0.12 | 0 | 0.01 | 0.13 | 175.56 | 0.29 | 0.82 |
| Hex | C3 | DE | DC | C | 0 | 1 | D | B0 | 1D | 52 |
| Octal | 303 | 336 | 334 | 14 | 0 | 1 | 15 | 260 | 35 | 122 |
| Binary | 11000011 | 11011110 | 11011100 | 1100 | 0 | 1 | 1101 | 10110000 | 11101 | 1010010 |
Color Harmonies of #C3DEDC
Complementary color
Monochromatic Colors of #C3DEDC
Black with #C3DEDC
Text Example
Text Example
White with #C3DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DEDC; }
p { color: rgb(195,222,220); }
H1.HeaderClassName
{
color: #C3DEDC;
}
.AnyTagClassName
{
color: #C3DEDC;
}
</style>
background-color css
<style>
a { background-color: #C3DEDC; }
a { background-color: rgb(195,222,220); }
div.DivClassName
{
background-color: #C3DEDC;
}
.BgClassName
{
background-color: #C3DEDC;
}
</style>
border-color css
<style>
span { border-color: #C3DEDC; }
span { border-color: rgb(195,222,220); }
td.TdClassName
{
border-color: #C3DEDC;
}
.TagClassName
{
border-color: #C3DEDC;
}
</style>