Shades of Jagged Ice #C6DEDA
Tints of Jagged Ice #C6DEDA
RGB
CMYK
RGB Variations
Color information
#C6DEDA (or 0xC6DEDA) is known color: Jagged Ice. HEX triplet: C6, DE and DA. RGB value is (198,222,218). Sum of RGB (Red+Green+Blue) = 198+222+218=638 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.03% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #C6DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DEDA is #392125. Grayscale: #D6D6D6. Windows color (decimal): -3744038 or 14343878. OLE color: 14343878.
HSL color Cylindrical-coordinate representation of color #C6DEDA: hue angle of 170º degrees, saturation: 0.27, 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 #C6DEDA is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 222 | 218 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.13 |
| HSL | 170º | 0.27% | 0.82% | - |
| HSV(B) | 170º | 0.11% | 0.87% | - |
| XYZ | 62.06 | 69.31 | 76.44 | - |
| YUV | 214.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 222 | 218 | 0.11 | 0 | 0.02 | 0.13 | 170 | 0.27 | 0.82 |
| Hex | C6 | DE | DA | B | 0 | 2 | D | AA | 1B | 52 |
| Octal | 306 | 336 | 332 | 13 | 0 | 2 | 15 | 252 | 33 | 122 |
| Binary | 11000110 | 11011110 | 11011010 | 1011 | 0 | 10 | 1101 | 10101010 | 11011 | 1010010 |
Color Harmonies of #C6DEDA
Complementary color
Monochromatic Colors of #C6DEDA
Black with #C6DEDA
Text Example
Text Example
White with #C6DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DEDA; }
p { color: rgb(198,222,218); }
H1.HeaderClassName
{
color: #C6DEDA;
}
.AnyTagClassName
{
color: #C6DEDA;
}
</style>
background-color css
<style>
a { background-color: #C6DEDA; }
a { background-color: rgb(198,222,218); }
div.DivClassName
{
background-color: #C6DEDA;
}
.BgClassName
{
background-color: #C6DEDA;
}
</style>
border-color css
<style>
span { border-color: #C6DEDA; }
span { border-color: rgb(198,222,218); }
td.TdClassName
{
border-color: #C6DEDA;
}
.TagClassName
{
border-color: #C6DEDA;
}
</style>