Shades of Jagged Ice #CCDEDC
Tints of Jagged Ice #CCDEDC
RGB
CMYK
RGB Variations
Color information
#CCDEDC (or 0xCCDEDC) is known color: Jagged Ice. HEX triplet: CC, DE and DC. RGB value is (204,222,220). Sum of RGB (Red+Green+Blue) = 204+222+220=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEDC is #332123. Grayscale: #D8D8D8. Windows color (decimal): -3350820 or 14474956. OLE color: 14474956.
HSL color Cylindrical-coordinate representation of color #CCDEDC: hue angle of 173.33º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDEDC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 222 | 220 | - |
CMYK | 0.08 | 0 | 0.01 | 0.13 |
HSL | 173.33º | 0.21% | 0.84% | - |
HSV(B) | 173.33º | 0.08% | 0.87% | - |
XYZ | 63.94 | 70.25 | 77.9 | - |
YUV | 216.39 | 130.04 | 119.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 220 | 0.08 | 0 | 0.01 | 0.13 | 173.33 | 0.21 | 0.84 |
Hex | CC | DE | DC | 8 | 0 | 1 | D | AD | 15 | 54 |
Octal | 314 | 336 | 334 | 10 | 0 | 1 | 15 | 255 | 25 | 124 |
Binary | 11001100 | 11011110 | 11011100 | 1000 | 0 | 1 | 1101 | 10101101 | 10101 | 1010100 |
Color Harmonies of #CCDEDC
Complementary color
Monochromatic Colors of #CCDEDC
Black with #CCDEDC
Text Example
Text Example
White with #CCDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEDC; }
p { color: rgb(204,222,220); }
H1.HeaderClassName
{
color: #CCDEDC;
}
.AnyTagClassName
{
color: #CCDEDC;
}
</style>
background-color css
<style>
a { background-color: #CCDEDC; }
a { background-color: rgb(204,222,220); }
div.DivClassName
{
background-color: #CCDEDC;
}
.BgClassName
{
background-color: #CCDEDC;
}
</style>
border-color css
<style>
span { border-color: #CCDEDC; }
span { border-color: rgb(204,222,220); }
td.TdClassName
{
border-color: #CCDEDC;
}
.TagClassName
{
border-color: #CCDEDC;
}
</style>