Shades of Jagged Ice #CDE4E2
Tints of Jagged Ice #CDE4E2
RGB
CMYK
RGB Variations
Color information
#CDE4E2 (or 0xCDE4E2) is known color: Jagged Ice. HEX triplet: CD, E4 and E2. RGB value is (205,228,226). Sum of RGB (Red+Green+Blue) = 205+228+226=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4E2 is #321B1D. Grayscale: #DCDCDC. Windows color (decimal): -3283742 or 14869709. OLE color: 14869709.
HSL color Cylindrical-coordinate representation of color #CDE4E2: hue angle of 174.78º degrees, saturation: 0.3, 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 #CDE4E2 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 205 | 228 | 226 | - |
CMYK | 0.10 | 0 | 0.01 | 0.11 |
HSL | 174.78º | 0.3% | 0.85% | - |
HSV(B) | 174.78º | 0.1% | 0.89% | - |
XYZ | 66.65 | 73.96 | 82.71 | - |
YUV | 220.9 | 130.88 | 116.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 228 | 226 | 0.10 | 0 | 0.01 | 0.11 | 174.78 | 0.3 | 0.85 |
Hex | CD | E4 | E2 | A | 0 | 1 | B | AF | 1E | 55 |
Octal | 315 | 344 | 342 | 12 | 0 | 1 | 13 | 257 | 36 | 125 |
Binary | 11001101 | 11100100 | 11100010 | 1010 | 0 | 1 | 1011 | 10101111 | 11110 | 1010101 |
Color Harmonies of #CDE4E2
Complementary color
Monochromatic Colors of #CDE4E2
Black with #CDE4E2
Text Example
Text Example
White with #CDE4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4E2; }
p { color: rgb(205,228,226); }
H1.HeaderClassName
{
color: #CDE4E2;
}
.AnyTagClassName
{
color: #CDE4E2;
}
</style>
background-color css
<style>
a { background-color: #CDE4E2; }
a { background-color: rgb(205,228,226); }
div.DivClassName
{
background-color: #CDE4E2;
}
.BgClassName
{
background-color: #CDE4E2;
}
</style>
border-color css
<style>
span { border-color: #CDE4E2; }
span { border-color: rgb(205,228,226); }
td.TdClassName
{
border-color: #CDE4E2;
}
.TagClassName
{
border-color: #CDE4E2;
}
</style>