Shades of Jagged Ice #CDE0DD
Tints of Jagged Ice #CDE0DD
RGB
CMYK
RGB Variations
Color information
#CDE0DD (or 0xCDE0DD) is known color: Jagged Ice. HEX triplet: CD, E0 and DD. RGB value is (205,224,221). Sum of RGB (Red+Green+Blue) = 205+224+221=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0DD is #321F22. Grayscale: #D9D9D9. Windows color (decimal): -3284771 or 14541005. OLE color: 14541005.
HSL color Cylindrical-coordinate representation of color #CDE0DD: hue angle of 170.53º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDE0DD is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 221 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.12 |
| HSL | 170.53º | 0.23% | 0.84% | - |
| HSV(B) | 170.53º | 0.08% | 0.88% | - |
| XYZ | 64.88 | 71.51 | 78.79 | - |
| YUV | 217.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 221 | 0.08 | 0 | 0.01 | 0.12 | 170.53 | 0.23 | 0.84 |
| Hex | CD | E0 | DD | 8 | 0 | 1 | C | AB | 17 | 54 |
| Octal | 315 | 340 | 335 | 10 | 0 | 1 | 14 | 253 | 27 | 124 |
| Binary | 11001101 | 11100000 | 11011101 | 1000 | 0 | 1 | 1100 | 10101011 | 10111 | 1010100 |
Color Harmonies of #CDE0DD
Complementary color
Monochromatic Colors of #CDE0DD
Black with #CDE0DD
Text Example
Text Example
White with #CDE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0DD; }
p { color: rgb(205,224,221); }
H1.HeaderClassName
{
color: #CDE0DD;
}
.AnyTagClassName
{
color: #CDE0DD;
}
</style>
background-color css
<style>
a { background-color: #CDE0DD; }
a { background-color: rgb(205,224,221); }
div.DivClassName
{
background-color: #CDE0DD;
}
.BgClassName
{
background-color: #CDE0DD;
}
</style>
border-color css
<style>
span { border-color: #CDE0DD; }
span { border-color: rgb(205,224,221); }
td.TdClassName
{
border-color: #CDE0DD;
}
.TagClassName
{
border-color: #CDE0DD;
}
</style>