Shades of Jagged Ice #C5DDDA
Tints of Jagged Ice #C5DDDA
RGB
CMYK
RGB Variations
Color information
#C5DDDA (or 0xC5DDDA) is known color: Jagged Ice. HEX triplet: C5, DD and DA. RGB value is (197,221,218). Sum of RGB (Red+Green+Blue) = 197+221+218=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDDA is #3A2225. Grayscale: #D5D5D5. Windows color (decimal): -3809830 or 14343621. OLE color: 14343621.
HSL color Cylindrical-coordinate representation of color #C5DDDA: hue angle of 172.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DDDA is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 221 | 218 | - |
CMYK | 0.11 | 0 | 0.01 | 0.13 |
HSL | 172.5º | 0.26% | 0.82% | - |
HSV(B) | 172.5º | 0.11% | 0.87% | - |
XYZ | 61.54 | 68.65 | 76.34 | - |
YUV | 213.48 | 130.55 | 116.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 221 | 218 | 0.11 | 0 | 0.01 | 0.13 | 172.5 | 0.26 | 0.82 |
Hex | C5 | DD | DA | B | 0 | 1 | D | AC | 1A | 52 |
Octal | 305 | 335 | 332 | 13 | 0 | 1 | 15 | 254 | 32 | 122 |
Binary | 11000101 | 11011101 | 11011010 | 1011 | 0 | 1 | 1101 | 10101100 | 11010 | 1010010 |
Color Harmonies of #C5DDDA
Complementary color
Monochromatic Colors of #C5DDDA
Black with #C5DDDA
Text Example
Text Example
White with #C5DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDDA; }
p { color: rgb(197,221,218); }
H1.HeaderClassName
{
color: #C5DDDA;
}
.AnyTagClassName
{
color: #C5DDDA;
}
</style>
background-color css
<style>
a { background-color: #C5DDDA; }
a { background-color: rgb(197,221,218); }
div.DivClassName
{
background-color: #C5DDDA;
}
.BgClassName
{
background-color: #C5DDDA;
}
</style>
border-color css
<style>
span { border-color: #C5DDDA; }
span { border-color: rgb(197,221,218); }
td.TdClassName
{
border-color: #C5DDDA;
}
.TagClassName
{
border-color: #C5DDDA;
}
</style>