Shades of Jagged Ice #C6E1DD
Tints of Jagged Ice #C6E1DD
RGB
CMYK
RGB Variations
Color information
#C6E1DD (or 0xC6E1DD) is known color: Jagged Ice. HEX triplet: C6, E1 and DD. RGB value is (198,225,221). Sum of RGB (Red+Green+Blue) = 198+225+221=644 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.75% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6E1DD is #391E22. Grayscale: #D8D8D8. Windows color (decimal): -3743267 or 14541254. OLE color: 14541254.
HSL color Cylindrical-coordinate representation of color #C6E1DD: hue angle of 171.11º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6E1DD is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 221 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.12 |
| HSL | 171.11º | 0.31% | 0.83% | - |
| HSV(B) | 171.11º | 0.12% | 0.88% | - |
| XYZ | 63.27 | 71.08 | 78.79 | - |
| YUV | 216.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 221 | 0.12 | 0 | 0.02 | 0.12 | 171.11 | 0.31 | 0.83 |
| Hex | C6 | E1 | DD | C | 0 | 2 | C | AB | 1F | 53 |
| Octal | 306 | 341 | 335 | 14 | 0 | 2 | 14 | 253 | 37 | 123 |
| Binary | 11000110 | 11100001 | 11011101 | 1100 | 0 | 10 | 1100 | 10101011 | 11111 | 1010011 |
Color Harmonies of #C6E1DD
Complementary color
Monochromatic Colors of #C6E1DD
Black with #C6E1DD
Text Example
Text Example
White with #C6E1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E1DD; }
p { color: rgb(198,225,221); }
H1.HeaderClassName
{
color: #C6E1DD;
}
.AnyTagClassName
{
color: #C6E1DD;
}
</style>
background-color css
<style>
a { background-color: #C6E1DD; }
a { background-color: rgb(198,225,221); }
div.DivClassName
{
background-color: #C6E1DD;
}
.BgClassName
{
background-color: #C6E1DD;
}
</style>
border-color css
<style>
span { border-color: #C6E1DD; }
span { border-color: rgb(198,225,221); }
td.TdClassName
{
border-color: #C6E1DD;
}
.TagClassName
{
border-color: #C6E1DD;
}
</style>