Shades of Jagged Ice #C6DFDD
Tints of Jagged Ice #C6DFDD
RGB
CMYK
RGB Variations
Color information
#C6DFDD (or 0xC6DFDD) is known color: Jagged Ice. HEX triplet: C6, DF and DD. RGB value is (198,223,221). Sum of RGB (Red+Green+Blue) = 198+223+221=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DFDD is #392022. Grayscale: #D7D7D7. Windows color (decimal): -3743779 or 14540742. OLE color: 14540742.
HSL color Cylindrical-coordinate representation of color #C6DFDD: hue angle of 175.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6DFDD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 221 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.13 |
| HSL | 175.2º | 0.28% | 0.83% | - |
| HSV(B) | 175.2º | 0.11% | 0.87% | - |
| XYZ | 62.73 | 70 | 78.61 | - |
| YUV | 215.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 221 | 0.11 | 0 | 0.01 | 0.13 | 175.2 | 0.28 | 0.83 |
| Hex | C6 | DF | DD | B | 0 | 1 | D | AF | 1C | 53 |
| Octal | 306 | 337 | 335 | 13 | 0 | 1 | 15 | 257 | 34 | 123 |
| Binary | 11000110 | 11011111 | 11011101 | 1011 | 0 | 1 | 1101 | 10101111 | 11100 | 1010011 |
Color Harmonies of #C6DFDD
Complementary color
Monochromatic Colors of #C6DFDD
Black with #C6DFDD
Text Example
Text Example
White with #C6DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DFDD; }
p { color: rgb(198,223,221); }
H1.HeaderClassName
{
color: #C6DFDD;
}
.AnyTagClassName
{
color: #C6DFDD;
}
</style>
background-color css
<style>
a { background-color: #C6DFDD; }
a { background-color: rgb(198,223,221); }
div.DivClassName
{
background-color: #C6DFDD;
}
.BgClassName
{
background-color: #C6DFDD;
}
</style>
border-color css
<style>
span { border-color: #C6DFDD; }
span { border-color: rgb(198,223,221); }
td.TdClassName
{
border-color: #C6DFDD;
}
.TagClassName
{
border-color: #C6DFDD;
}
</style>