Shades of Jagged Ice #CCDCD9
Tints of Jagged Ice #CCDCD9
RGB
CMYK
RGB Variations
Color information
#CCDCD9 (or 0xCCDCD9) is known color: Jagged Ice. HEX triplet: CC, DC and D9. RGB value is (204,220,217). Sum of RGB (Red+Green+Blue) = 204+220+217=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCD9 is #332326. Grayscale: #D6D6D6. Windows color (decimal): -3351335 or 14277836. OLE color: 14277836.
HSL color Cylindrical-coordinate representation of color #CCDCD9: hue angle of 168.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDCD9 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 217 | - |
CMYK | 0.07 | 0 | 0.01 | 0.14 |
HSL | 168.75º | 0.19% | 0.83% | - |
HSV(B) | 168.75º | 0.07% | 0.86% | - |
XYZ | 63.02 | 69.03 | 75.65 | - |
YUV | 214.87 | 129.2 | 120.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 217 | 0.07 | 0 | 0.01 | 0.14 | 168.75 | 0.19 | 0.83 |
Hex | CC | DC | D9 | 7 | 0 | 1 | E | A9 | 13 | 53 |
Octal | 314 | 334 | 331 | 7 | 0 | 1 | 16 | 251 | 23 | 123 |
Binary | 11001100 | 11011100 | 11011001 | 111 | 0 | 1 | 1110 | 10101001 | 10011 | 1010011 |
Color Harmonies of #CCDCD9
Complementary color
Monochromatic Colors of #CCDCD9
Black with #CCDCD9
Text Example
Text Example
White with #CCDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCD9; }
p { color: rgb(204,220,217); }
H1.HeaderClassName
{
color: #CCDCD9;
}
.AnyTagClassName
{
color: #CCDCD9;
}
</style>
background-color css
<style>
a { background-color: #CCDCD9; }
a { background-color: rgb(204,220,217); }
div.DivClassName
{
background-color: #CCDCD9;
}
.BgClassName
{
background-color: #CCDCD9;
}
</style>
border-color css
<style>
span { border-color: #CCDCD9; }
span { border-color: rgb(204,220,217); }
td.TdClassName
{
border-color: #CCDCD9;
}
.TagClassName
{
border-color: #CCDCD9;
}
</style>