Shades of Jagged Ice #CDE1DD
Tints of Jagged Ice #CDE1DD
RGB
CMYK
RGB Variations
Color information
#CDE1DD (or 0xCDE1DD) is known color: Jagged Ice. HEX triplet: CD, E1 and DD. RGB value is (205,225,221). Sum of RGB (Red+Green+Blue) = 205+225+221=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1DD is #321E22. Grayscale: #DADADA. Windows color (decimal): -3284515 or 14541261. OLE color: 14541261.
HSL color Cylindrical-coordinate representation of color #CDE1DD: hue angle of 168º 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 #CDE1DD is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 221 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.12 |
| HSL | 168º | 0.25% | 0.84% | - |
| HSV(B) | 168º | 0.09% | 0.88% | - |
| XYZ | 65.15 | 72.05 | 78.88 | - |
| YUV | 218.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 221 | 0.09 | 0 | 0.02 | 0.12 | 168 | 0.25 | 0.84 |
| Hex | CD | E1 | DD | 9 | 0 | 2 | C | A8 | 19 | 54 |
| Octal | 315 | 341 | 335 | 11 | 0 | 2 | 14 | 250 | 31 | 124 |
| Binary | 11001101 | 11100001 | 11011101 | 1001 | 0 | 10 | 1100 | 10101000 | 11001 | 1010100 |
Color Harmonies of #CDE1DD
Complementary color
Monochromatic Colors of #CDE1DD
Black with #CDE1DD
Text Example
Text Example
White with #CDE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1DD; }
p { color: rgb(205,225,221); }
H1.HeaderClassName
{
color: #CDE1DD;
}
.AnyTagClassName
{
color: #CDE1DD;
}
</style>
background-color css
<style>
a { background-color: #CDE1DD; }
a { background-color: rgb(205,225,221); }
div.DivClassName
{
background-color: #CDE1DD;
}
.BgClassName
{
background-color: #CDE1DD;
}
</style>
border-color css
<style>
span { border-color: #CDE1DD; }
span { border-color: rgb(205,225,221); }
td.TdClassName
{
border-color: #CDE1DD;
}
.TagClassName
{
border-color: #CDE1DD;
}
</style>