Shades of Jagged Ice #CDE3DF
Tints of Jagged Ice #CDE3DF
RGB
CMYK
RGB Variations
Color information
#CDE3DF (or 0xCDE3DF) is known color: Jagged Ice. HEX triplet: CD, E3 and DF. RGB value is (205,227,223). Sum of RGB (Red+Green+Blue) = 205+227+223=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3DF is #321C20. Grayscale: #DBDBDB. Windows color (decimal): -3284001 or 14672845. OLE color: 14672845.
HSL color Cylindrical-coordinate representation of color #CDE3DF: hue angle of 169.09º 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 #CDE3DF is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 223 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.11 |
| HSL | 169.09º | 0.28% | 0.85% | - |
| HSV(B) | 169.09º | 0.1% | 0.89% | - |
| XYZ | 65.97 | 73.25 | 80.47 | - |
| YUV | 219.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 223 | 0.10 | 0 | 0.02 | 0.11 | 169.09 | 0.28 | 0.85 |
| Hex | CD | E3 | DF | A | 0 | 2 | B | A9 | 1C | 55 |
| Octal | 315 | 343 | 337 | 12 | 0 | 2 | 13 | 251 | 34 | 125 |
| Binary | 11001101 | 11100011 | 11011111 | 1010 | 0 | 10 | 1011 | 10101001 | 11100 | 1010101 |
Color Harmonies of #CDE3DF
Complementary color
Monochromatic Colors of #CDE3DF
Black with #CDE3DF
Text Example
Text Example
White with #CDE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3DF; }
p { color: rgb(205,227,223); }
H1.HeaderClassName
{
color: #CDE3DF;
}
.AnyTagClassName
{
color: #CDE3DF;
}
</style>
background-color css
<style>
a { background-color: #CDE3DF; }
a { background-color: rgb(205,227,223); }
div.DivClassName
{
background-color: #CDE3DF;
}
.BgClassName
{
background-color: #CDE3DF;
}
</style>
border-color css
<style>
span { border-color: #CDE3DF; }
span { border-color: rgb(205,227,223); }
td.TdClassName
{
border-color: #CDE3DF;
}
.TagClassName
{
border-color: #CDE3DF;
}
</style>