Shades of Jagged Ice #C9DEDA
Tints of Jagged Ice #C9DEDA
RGB
CMYK
RGB Variations
Color information
#C9DEDA (or 0xC9DEDA) is known color: Jagged Ice. HEX triplet: C9, DE and DA. RGB value is (201,222,218). Sum of RGB (Red+Green+Blue) = 201+222+218=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEDA is #362125. Grayscale: #D7D7D7. Windows color (decimal): -3547430 or 14343881. OLE color: 14343881.
HSL color Cylindrical-coordinate representation of color #C9DEDA: hue angle of 168.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DEDA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 222 | 218 | - |
CMYK | 0.09 | 0 | 0.02 | 0.13 |
HSL | 168.57º | 0.24% | 0.83% | - |
HSV(B) | 168.57º | 0.09% | 0.87% | - |
XYZ | 62.86 | 69.72 | 76.47 | - |
YUV | 215.27 | 129.54 | 117.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 222 | 218 | 0.09 | 0 | 0.02 | 0.13 | 168.57 | 0.24 | 0.83 |
Hex | C9 | DE | DA | 9 | 0 | 2 | D | A9 | 18 | 53 |
Octal | 311 | 336 | 332 | 11 | 0 | 2 | 15 | 251 | 30 | 123 |
Binary | 11001001 | 11011110 | 11011010 | 1001 | 0 | 10 | 1101 | 10101001 | 11000 | 1010011 |
Color Harmonies of #C9DEDA
Complementary color
Monochromatic Colors of #C9DEDA
Black with #C9DEDA
Text Example
Text Example
White with #C9DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEDA; }
p { color: rgb(201,222,218); }
H1.HeaderClassName
{
color: #C9DEDA;
}
.AnyTagClassName
{
color: #C9DEDA;
}
</style>
background-color css
<style>
a { background-color: #C9DEDA; }
a { background-color: rgb(201,222,218); }
div.DivClassName
{
background-color: #C9DEDA;
}
.BgClassName
{
background-color: #C9DEDA;
}
</style>
border-color css
<style>
span { border-color: #C9DEDA; }
span { border-color: rgb(201,222,218); }
td.TdClassName
{
border-color: #C9DEDA;
}
.TagClassName
{
border-color: #C9DEDA;
}
</style>