Shades of Jagged Ice #CDE3DE
Tints of Jagged Ice #CDE3DE
RGB
CMYK
RGB Variations
Color information
#CDE3DE (or 0xCDE3DE) is known color: Jagged Ice. HEX triplet: CD, E3 and DE. RGB value is (205,227,222). Sum of RGB (Red+Green+Blue) = 205+227+222=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3DE is #321C21. Grayscale: #DBDBDB. Windows color (decimal): -3284002 or 14607309. OLE color: 14607309.
HSL color Cylindrical-coordinate representation of color #CDE3DE: hue angle of 166.36º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE3DE is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 222 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.11 |
| HSL | 166.36º | 0.28% | 0.85% | - |
| HSV(B) | 166.36º | 0.1% | 0.89% | - |
| XYZ | 65.83 | 73.19 | 79.76 | - |
| YUV | 219.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 222 | 0.10 | 0 | 0.02 | 0.11 | 166.36 | 0.28 | 0.85 |
| Hex | CD | E3 | DE | A | 0 | 2 | B | A6 | 1C | 55 |
| Octal | 315 | 343 | 336 | 12 | 0 | 2 | 13 | 246 | 34 | 125 |
| Binary | 11001101 | 11100011 | 11011110 | 1010 | 0 | 10 | 1011 | 10100110 | 11100 | 1010101 |
Color Harmonies of #CDE3DE
Complementary color
Monochromatic Colors of #CDE3DE
Black with #CDE3DE
Text Example
Text Example
White with #CDE3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3DE; }
p { color: rgb(205,227,222); }
H1.HeaderClassName
{
color: #CDE3DE;
}
.AnyTagClassName
{
color: #CDE3DE;
}
</style>
background-color css
<style>
a { background-color: #CDE3DE; }
a { background-color: rgb(205,227,222); }
div.DivClassName
{
background-color: #CDE3DE;
}
.BgClassName
{
background-color: #CDE3DE;
}
</style>
border-color css
<style>
span { border-color: #CDE3DE; }
span { border-color: rgb(205,227,222); }
td.TdClassName
{
border-color: #CDE3DE;
}
.TagClassName
{
border-color: #CDE3DE;
}
</style>