Shades of Jagged Ice #C9E0DB
Tints of Jagged Ice #C9E0DB
RGB
CMYK
RGB Variations
Color information
#C9E0DB (or 0xC9E0DB) is known color: Jagged Ice. HEX triplet: C9, E0 and DB. RGB value is (201,224,219). Sum of RGB (Red+Green+Blue) = 201+224+219=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E0DB is #361F24. Grayscale: #D8D8D8. Windows color (decimal): -3546917 or 14409929. OLE color: 14409929.
HSL color Cylindrical-coordinate representation of color #C9E0DB: hue angle of 166.96º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9E0DB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 224 | 219 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.12 |
| HSL | 166.96º | 0.27% | 0.83% | - |
| HSV(B) | 166.96º | 0.1% | 0.88% | - |
| XYZ | 63.53 | 70.84 | 77.34 | - |
| YUV | 216.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 224 | 219 | 0.10 | 0 | 0.02 | 0.12 | 166.96 | 0.27 | 0.83 |
| Hex | C9 | E0 | DB | A | 0 | 2 | C | A7 | 1B | 53 |
| Octal | 311 | 340 | 333 | 12 | 0 | 2 | 14 | 247 | 33 | 123 |
| Binary | 11001001 | 11100000 | 11011011 | 1010 | 0 | 10 | 1100 | 10100111 | 11011 | 1010011 |
Color Harmonies of #C9E0DB
Complementary color
Monochromatic Colors of #C9E0DB
Black with #C9E0DB
Text Example
Text Example
White with #C9E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E0DB; }
p { color: rgb(201,224,219); }
H1.HeaderClassName
{
color: #C9E0DB;
}
.AnyTagClassName
{
color: #C9E0DB;
}
</style>
background-color css
<style>
a { background-color: #C9E0DB; }
a { background-color: rgb(201,224,219); }
div.DivClassName
{
background-color: #C9E0DB;
}
.BgClassName
{
background-color: #C9E0DB;
}
</style>
border-color css
<style>
span { border-color: #C9E0DB; }
span { border-color: rgb(201,224,219); }
td.TdClassName
{
border-color: #C9E0DB;
}
.TagClassName
{
border-color: #C9E0DB;
}
</style>