Shades of Jagged Ice #CDECE7
Tints of Jagged Ice #CDECE7
RGB
CMYK
RGB Variations
Color information
#CDECE7 (or 0xCDECE7) is known color: Jagged Ice. HEX triplet: CD, EC and E7. RGB value is (205,236,231). Sum of RGB (Red+Green+Blue) = 205+236+231=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECE7 is #321318. Grayscale: #E2E2E2. Windows color (decimal): -3281689 or 15199437. OLE color: 15199437.
HSL color Cylindrical-coordinate representation of color #CDECE7: hue angle of 170.32º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDECE7 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 236 | 231 | - |
CMYK | 0.13 | 0 | 0.02 | 0.07 |
HSL | 170.32º | 0.45% | 0.86% | - |
HSV(B) | 170.32º | 0.13% | 0.93% | - |
XYZ | 69.6 | 78.74 | 87.13 | - |
YUV | 226.16 | 130.73 | 112.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 236 | 231 | 0.13 | 0 | 0.02 | 0.07 | 170.32 | 0.45 | 0.86 |
Hex | CD | EC | E7 | D | 0 | 2 | 7 | AA | 2D | 56 |
Octal | 315 | 354 | 347 | 15 | 0 | 2 | 7 | 252 | 55 | 126 |
Binary | 11001101 | 11101100 | 11100111 | 1101 | 0 | 10 | 111 | 10101010 | 101101 | 1010110 |
Color Harmonies of #CDECE7
Complementary color
Monochromatic Colors of #CDECE7
Black with #CDECE7
Text Example
Text Example
White with #CDECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECE7; }
p { color: rgb(205,236,231); }
H1.HeaderClassName
{
color: #CDECE7;
}
.AnyTagClassName
{
color: #CDECE7;
}
</style>
background-color css
<style>
a { background-color: #CDECE7; }
a { background-color: rgb(205,236,231); }
div.DivClassName
{
background-color: #CDECE7;
}
.BgClassName
{
background-color: #CDECE7;
}
</style>
border-color css
<style>
span { border-color: #CDECE7; }
span { border-color: rgb(205,236,231); }
td.TdClassName
{
border-color: #CDECE7;
}
.TagClassName
{
border-color: #CDECE7;
}
</style>