Shades of Jagged Ice #CDE5E1
Tints of Jagged Ice #CDE5E1
RGB
CMYK
RGB Variations
Color information
#CDE5E1 (or 0xCDE5E1) is known color: Jagged Ice. HEX triplet: CD, E5 and E1. RGB value is (205,229,225). Sum of RGB (Red+Green+Blue) = 205+229+225=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5E1 is #321A1E. Grayscale: #DDDDDD. Windows color (decimal): -3283487 or 14804429. OLE color: 14804429.
HSL color Cylindrical-coordinate representation of color #CDE5E1: hue angle of 170º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE5E1 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 205 | 229 | 225 | - |
CMYK | 0.10 | 0 | 0.02 | 0.10 |
HSL | 170º | 0.32% | 0.85% | - |
HSV(B) | 170º | 0.1% | 0.9% | - |
XYZ | 66.79 | 74.45 | 82.09 | - |
YUV | 221.37 | 130.05 | 116.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 229 | 225 | 0.10 | 0 | 0.02 | 0.10 | 170 | 0.32 | 0.85 |
Hex | CD | E5 | E1 | A | 0 | 2 | A | AA | 20 | 55 |
Octal | 315 | 345 | 341 | 12 | 0 | 2 | 12 | 252 | 40 | 125 |
Binary | 11001101 | 11100101 | 11100001 | 1010 | 0 | 10 | 1010 | 10101010 | 100000 | 1010101 |
Color Harmonies of #CDE5E1
Complementary color
Monochromatic Colors of #CDE5E1
Black with #CDE5E1
Text Example
Text Example
White with #CDE5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5E1; }
p { color: rgb(205,229,225); }
H1.HeaderClassName
{
color: #CDE5E1;
}
.AnyTagClassName
{
color: #CDE5E1;
}
</style>
background-color css
<style>
a { background-color: #CDE5E1; }
a { background-color: rgb(205,229,225); }
div.DivClassName
{
background-color: #CDE5E1;
}
.BgClassName
{
background-color: #CDE5E1;
}
</style>
border-color css
<style>
span { border-color: #CDE5E1; }
span { border-color: rgb(205,229,225); }
td.TdClassName
{
border-color: #CDE5E1;
}
.TagClassName
{
border-color: #CDE5E1;
}
</style>