Shades of Jagged Ice #C9E4DF
Tints of Jagged Ice #C9E4DF
RGB
CMYK
RGB Variations
Color information
#C9E4DF (or 0xC9E4DF) is known color: Jagged Ice. HEX triplet: C9, E4 and DF. RGB value is (201,228,223). Sum of RGB (Red+Green+Blue) = 201+228+223=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 228 - color contains mainly: green. Hex color #C9E4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9E4DF is #361B20. Grayscale: #DBDBDB. Windows color (decimal): -3545889 or 14673097. OLE color: 14673097.
HSL color Cylindrical-coordinate representation of color #C9E4DF: hue angle of 168.89º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9E4DF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 201 | 228 | 223 | - |
CMYK | 0.12 | 0 | 0.02 | 0.11 |
HSL | 168.89º | 0.33% | 0.84% | - |
HSV(B) | 168.89º | 0.12% | 0.89% | - |
XYZ | 65.15 | 73.23 | 80.51 | - |
YUV | 219.36 | 130.05 | 114.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 228 | 223 | 0.12 | 0 | 0.02 | 0.11 | 168.89 | 0.33 | 0.84 |
Hex | C9 | E4 | DF | C | 0 | 2 | B | A9 | 21 | 54 |
Octal | 311 | 344 | 337 | 14 | 0 | 2 | 13 | 251 | 41 | 124 |
Binary | 11001001 | 11100100 | 11011111 | 1100 | 0 | 10 | 1011 | 10101001 | 100001 | 1010100 |
Color Harmonies of #C9E4DF
Complementary color
Monochromatic Colors of #C9E4DF
Black with #C9E4DF
Text Example
Text Example
White with #C9E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E4DF; }
p { color: rgb(201,228,223); }
H1.HeaderClassName
{
color: #C9E4DF;
}
.AnyTagClassName
{
color: #C9E4DF;
}
</style>
background-color css
<style>
a { background-color: #C9E4DF; }
a { background-color: rgb(201,228,223); }
div.DivClassName
{
background-color: #C9E4DF;
}
.BgClassName
{
background-color: #C9E4DF;
}
</style>
border-color css
<style>
span { border-color: #C9E4DF; }
span { border-color: rgb(201,228,223); }
td.TdClassName
{
border-color: #C9E4DF;
}
.TagClassName
{
border-color: #C9E4DF;
}
</style>