Shades of Jagged Ice #C8DEDB
Tints of Jagged Ice #C8DEDB
RGB
CMYK
RGB Variations
Color information
#C8DEDB (or 0xC8DEDB) is known color: Jagged Ice. HEX triplet: C8, DE and DB. RGB value is (200,222,219). Sum of RGB (Red+Green+Blue) = 200+222+219=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DEDB is #372124. Grayscale: #D7D7D7. Windows color (decimal): -3612965 or 14409416. OLE color: 14409416.
HSL color Cylindrical-coordinate representation of color #C8DEDB: hue angle of 171.82º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DEDB is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 219 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.13 |
| HSL | 171.82º | 0.25% | 0.83% | - |
| HSV(B) | 171.82º | 0.1% | 0.87% | - |
| XYZ | 62.73 | 69.64 | 77.15 | - |
| YUV | 215.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 219 | 0.10 | 0 | 0.01 | 0.13 | 171.82 | 0.25 | 0.83 |
| Hex | C8 | DE | DB | A | 0 | 1 | D | AC | 19 | 53 |
| Octal | 310 | 336 | 333 | 12 | 0 | 1 | 15 | 254 | 31 | 123 |
| Binary | 11001000 | 11011110 | 11011011 | 1010 | 0 | 1 | 1101 | 10101100 | 11001 | 1010011 |
Color Harmonies of #C8DEDB
Complementary color
Monochromatic Colors of #C8DEDB
Black with #C8DEDB
Text Example
Text Example
White with #C8DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DEDB; }
p { color: rgb(200,222,219); }
H1.HeaderClassName
{
color: #C8DEDB;
}
.AnyTagClassName
{
color: #C8DEDB;
}
</style>
background-color css
<style>
a { background-color: #C8DEDB; }
a { background-color: rgb(200,222,219); }
div.DivClassName
{
background-color: #C8DEDB;
}
.BgClassName
{
background-color: #C8DEDB;
}
</style>
border-color css
<style>
span { border-color: #C8DEDB; }
span { border-color: rgb(200,222,219); }
td.TdClassName
{
border-color: #C8DEDB;
}
.TagClassName
{
border-color: #C8DEDB;
}
</style>