Shades of Jagged Ice #CDE6E1
Tints of Jagged Ice #CDE6E1
RGB
CMYK
RGB Variations
Color information
#CDE6E1 (or 0xCDE6E1) is known color: Jagged Ice. HEX triplet: CD, E6 and E1. RGB value is (205,230,225). Sum of RGB (Red+Green+Blue) = 205+230+225=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6E1 is #32191E. Grayscale: #DDDDDD. Windows color (decimal): -3283231 or 14804685. OLE color: 14804685.
HSL color Cylindrical-coordinate representation of color #CDE6E1: hue angle of 168º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE6E1 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 225 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.10 |
| HSL | 168º | 0.33% | 0.85% | - |
| HSV(B) | 168º | 0.11% | 0.9% | - |
| XYZ | 67.06 | 75.01 | 82.18 | - |
| YUV | 221.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 225 | 0.11 | 0 | 0.02 | 0.10 | 168 | 0.33 | 0.85 |
| Hex | CD | E6 | E1 | B | 0 | 2 | A | A8 | 21 | 55 |
| Octal | 315 | 346 | 341 | 13 | 0 | 2 | 12 | 250 | 41 | 125 |
| Binary | 11001101 | 11100110 | 11100001 | 1011 | 0 | 10 | 1010 | 10101000 | 100001 | 1010101 |
Color Harmonies of #CDE6E1
Complementary color
Monochromatic Colors of #CDE6E1
Black with #CDE6E1
Text Example
Text Example
White with #CDE6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6E1; }
p { color: rgb(205,230,225); }
H1.HeaderClassName
{
color: #CDE6E1;
}
.AnyTagClassName
{
color: #CDE6E1;
}
</style>
background-color css
<style>
a { background-color: #CDE6E1; }
a { background-color: rgb(205,230,225); }
div.DivClassName
{
background-color: #CDE6E1;
}
.BgClassName
{
background-color: #CDE6E1;
}
</style>
border-color css
<style>
span { border-color: #CDE6E1; }
span { border-color: rgb(205,230,225); }
td.TdClassName
{
border-color: #CDE6E1;
}
.TagClassName
{
border-color: #CDE6E1;
}
</style>