Shades of Jagged Ice #CEDDDB
Tints of Jagged Ice #CEDDDB
RGB
CMYK
RGB Variations
Color information
#CEDDDB (or 0xCEDDDB) is known color: Jagged Ice. HEX triplet: CE, DD and DB. RGB value is (206,221,219). Sum of RGB (Red+Green+Blue) = 206+221+219=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDDB is #312224. Grayscale: #D8D8D8. Windows color (decimal): -3220005 or 14409166. OLE color: 14409166.
HSL color Cylindrical-coordinate representation of color #CEDDDB: hue angle of 172º 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 #CEDDDB is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 219 | - |
CMYK | 0.07 | 0 | 0.01 | 0.13 |
HSL | 172º | 0.18% | 0.84% | - |
HSV(B) | 172º | 0.07% | 0.87% | - |
XYZ | 64.1 | 69.95 | 77.14 | - |
YUV | 216.29 | 129.53 | 120.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 219 | 0.07 | 0 | 0.01 | 0.13 | 172 | 0.18 | 0.84 |
Hex | CE | DD | DB | 7 | 0 | 1 | D | AC | 12 | 54 |
Octal | 316 | 335 | 333 | 7 | 0 | 1 | 15 | 254 | 22 | 124 |
Binary | 11001110 | 11011101 | 11011011 | 111 | 0 | 1 | 1101 | 10101100 | 10010 | 1010100 |
Color Harmonies of #CEDDDB
Complementary color
Monochromatic Colors of #CEDDDB
Black with #CEDDDB
Text Example
Text Example
White with #CEDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDDB; }
p { color: rgb(206,221,219); }
H1.HeaderClassName
{
color: #CEDDDB;
}
.AnyTagClassName
{
color: #CEDDDB;
}
</style>
background-color css
<style>
a { background-color: #CEDDDB; }
a { background-color: rgb(206,221,219); }
div.DivClassName
{
background-color: #CEDDDB;
}
.BgClassName
{
background-color: #CEDDDB;
}
</style>
border-color css
<style>
span { border-color: #CEDDDB; }
span { border-color: rgb(206,221,219); }
td.TdClassName
{
border-color: #CEDDDB;
}
.TagClassName
{
border-color: #CEDDDB;
}
</style>