Shades of Jagged Ice #CDDFDC
Tints of Jagged Ice #CDDFDC
RGB
CMYK
RGB Variations
Color information
#CDDFDC (or 0xCDDFDC) is known color: Jagged Ice. HEX triplet: CD, DF and DC. RGB value is (205,223,220). Sum of RGB (Red+Green+Blue) = 205+223+220=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFDC is #322023. Grayscale: #D9D9D9. Windows color (decimal): -3285028 or 14475213. OLE color: 14475213.
HSL color Cylindrical-coordinate representation of color #CDDFDC: hue angle of 170º degrees, saturation: 0.22, 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 #CDDFDC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 220 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.13 |
| HSL | 170º | 0.22% | 0.84% | - |
| HSV(B) | 170º | 0.08% | 0.87% | - |
| XYZ | 64.48 | 70.92 | 78 | - |
| YUV | 217.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 220 | 0.08 | 0 | 0.01 | 0.13 | 170 | 0.22 | 0.84 |
| Hex | CD | DF | DC | 8 | 0 | 1 | D | AA | 16 | 54 |
| Octal | 315 | 337 | 334 | 10 | 0 | 1 | 15 | 252 | 26 | 124 |
| Binary | 11001101 | 11011111 | 11011100 | 1000 | 0 | 1 | 1101 | 10101010 | 10110 | 1010100 |
Color Harmonies of #CDDFDC
Complementary color
Monochromatic Colors of #CDDFDC
Black with #CDDFDC
Text Example
Text Example
White with #CDDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFDC; }
p { color: rgb(205,223,220); }
H1.HeaderClassName
{
color: #CDDFDC;
}
.AnyTagClassName
{
color: #CDDFDC;
}
</style>
background-color css
<style>
a { background-color: #CDDFDC; }
a { background-color: rgb(205,223,220); }
div.DivClassName
{
background-color: #CDDFDC;
}
.BgClassName
{
background-color: #CDDFDC;
}
</style>
border-color css
<style>
span { border-color: #CDDFDC; }
span { border-color: rgb(205,223,220); }
td.TdClassName
{
border-color: #CDDFDC;
}
.TagClassName
{
border-color: #CDDFDC;
}
</style>