Shades of Jagged Ice #C6DDD9
Tints of Jagged Ice #C6DDD9
RGB
CMYK
RGB Variations
Color information
#C6DDD9 (or 0xC6DDD9) is known color: Jagged Ice. HEX triplet: C6, DD and D9. RGB value is (198,221,217). Sum of RGB (Red+Green+Blue) = 198+221+217=636 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.13% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDD9 is #392226. Grayscale: #D5D5D5. Windows color (decimal): -3744295 or 14278086. OLE color: 14278086.
HSL color Cylindrical-coordinate representation of color #C6DDD9: hue angle of 169.57º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DDD9 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 198 | 221 | 217 | - |
CMYK | 0.10 | 0 | 0.02 | 0.13 |
HSL | 169.57º | 0.25% | 0.82% | - |
HSV(B) | 169.57º | 0.1% | 0.87% | - |
XYZ | 61.67 | 68.73 | 75.66 | - |
YUV | 213.67 | 129.88 | 116.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 221 | 217 | 0.10 | 0 | 0.02 | 0.13 | 169.57 | 0.25 | 0.82 |
Hex | C6 | DD | D9 | A | 0 | 2 | D | AA | 19 | 52 |
Octal | 306 | 335 | 331 | 12 | 0 | 2 | 15 | 252 | 31 | 122 |
Binary | 11000110 | 11011101 | 11011001 | 1010 | 0 | 10 | 1101 | 10101010 | 11001 | 1010010 |
Color Harmonies of #C6DDD9
Complementary color
Monochromatic Colors of #C6DDD9
Black with #C6DDD9
Text Example
Text Example
White with #C6DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDD9; }
p { color: rgb(198,221,217); }
H1.HeaderClassName
{
color: #C6DDD9;
}
.AnyTagClassName
{
color: #C6DDD9;
}
</style>
background-color css
<style>
a { background-color: #C6DDD9; }
a { background-color: rgb(198,221,217); }
div.DivClassName
{
background-color: #C6DDD9;
}
.BgClassName
{
background-color: #C6DDD9;
}
</style>
border-color css
<style>
span { border-color: #C6DDD9; }
span { border-color: rgb(198,221,217); }
td.TdClassName
{
border-color: #C6DDD9;
}
.TagClassName
{
border-color: #C6DDD9;
}
</style>