Shades of Jagged Ice #CEDDDA
Tints of Jagged Ice #CEDDDA
RGB
CMYK
RGB Variations
Color information
#CEDDDA (or 0xCEDDDA) is known color: Jagged Ice. HEX triplet: CE, DD and DA. RGB value is (206,221,218). Sum of RGB (Red+Green+Blue) = 206+221+218=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDDA is #312225. Grayscale: #D8D8D8. Windows color (decimal): -3220006 or 14343630. OLE color: 14343630.
HSL color Cylindrical-coordinate representation of color #CEDDDA: hue angle of 168º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDDDA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 218 | - |
CMYK | 0.07 | 0 | 0.01 | 0.13 |
HSL | 168º | 0.18% | 0.84% | - |
HSV(B) | 168º | 0.07% | 0.87% | - |
XYZ | 63.96 | 69.9 | 76.45 | - |
YUV | 216.17 | 129.03 | 120.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 218 | 0.07 | 0 | 0.01 | 0.13 | 168 | 0.18 | 0.84 |
Hex | CE | DD | DA | 7 | 0 | 1 | D | A8 | 12 | 54 |
Octal | 316 | 335 | 332 | 7 | 0 | 1 | 15 | 250 | 22 | 124 |
Binary | 11001110 | 11011101 | 11011010 | 111 | 0 | 1 | 1101 | 10101000 | 10010 | 1010100 |
Color Harmonies of #CEDDDA
Complementary color
Monochromatic Colors of #CEDDDA
Black with #CEDDDA
Text Example
Text Example
White with #CEDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDDA; }
p { color: rgb(206,221,218); }
H1.HeaderClassName
{
color: #CEDDDA;
}
.AnyTagClassName
{
color: #CEDDDA;
}
</style>
background-color css
<style>
a { background-color: #CEDDDA; }
a { background-color: rgb(206,221,218); }
div.DivClassName
{
background-color: #CEDDDA;
}
.BgClassName
{
background-color: #CEDDDA;
}
</style>
border-color css
<style>
span { border-color: #CEDDDA; }
span { border-color: rgb(206,221,218); }
td.TdClassName
{
border-color: #CEDDDA;
}
.TagClassName
{
border-color: #CEDDDA;
}
</style>