Shades of Jagged Ice #CDE1DE
Tints of Jagged Ice #CDE1DE
RGB
CMYK
RGB Variations
Color information
#CDE1DE (or 0xCDE1DE) is known color: Jagged Ice. HEX triplet: CD, E1 and DE. RGB value is (205,225,222). Sum of RGB (Red+Green+Blue) = 205+225+222=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1DE is #321E21. Grayscale: #DADADA. Windows color (decimal): -3284514 or 14606797. OLE color: 14606797.
HSL color Cylindrical-coordinate representation of color #CDE1DE: hue angle of 171º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE1DE is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 222 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.12 |
| HSL | 171º | 0.25% | 0.84% | - |
| HSV(B) | 171º | 0.09% | 0.88% | - |
| XYZ | 65.29 | 72.1 | 79.58 | - |
| YUV | 218.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 222 | 0.09 | 0 | 0.01 | 0.12 | 171 | 0.25 | 0.84 |
| Hex | CD | E1 | DE | 9 | 0 | 1 | C | AB | 19 | 54 |
| Octal | 315 | 341 | 336 | 11 | 0 | 1 | 14 | 253 | 31 | 124 |
| Binary | 11001101 | 11100001 | 11011110 | 1001 | 0 | 1 | 1100 | 10101011 | 11001 | 1010100 |
Color Harmonies of #CDE1DE
Complementary color
Monochromatic Colors of #CDE1DE
Black with #CDE1DE
Text Example
Text Example
White with #CDE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1DE; }
p { color: rgb(205,225,222); }
H1.HeaderClassName
{
color: #CDE1DE;
}
.AnyTagClassName
{
color: #CDE1DE;
}
</style>
background-color css
<style>
a { background-color: #CDE1DE; }
a { background-color: rgb(205,225,222); }
div.DivClassName
{
background-color: #CDE1DE;
}
.BgClassName
{
background-color: #CDE1DE;
}
</style>
border-color css
<style>
span { border-color: #CDE1DE; }
span { border-color: rgb(205,225,222); }
td.TdClassName
{
border-color: #CDE1DE;
}
.TagClassName
{
border-color: #CDE1DE;
}
</style>