Shades of Jagged Ice #CDDFDD
Tints of Jagged Ice #CDDFDD
RGB
CMYK
RGB Variations
Color information
#CDDFDD (or 0xCDDFDD) is known color: Jagged Ice. HEX triplet: CD, DF and DD. RGB value is (205,223,221). Sum of RGB (Red+Green+Blue) = 205+223+221=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFDD is #322022. Grayscale: #D9D9D9. Windows color (decimal): -3285027 or 14540749. OLE color: 14540749.
HSL color Cylindrical-coordinate representation of color #CDDFDD: hue angle of 173.33º 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 #CDDFDD is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 221 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.13 |
| HSL | 173.33º | 0.22% | 0.84% | - |
| HSV(B) | 173.33º | 0.08% | 0.87% | - |
| XYZ | 64.62 | 70.97 | 78.7 | - |
| YUV | 217.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 221 | 0.08 | 0 | 0.01 | 0.13 | 173.33 | 0.22 | 0.84 |
| Hex | CD | DF | DD | 8 | 0 | 1 | D | AD | 16 | 54 |
| Octal | 315 | 337 | 335 | 10 | 0 | 1 | 15 | 255 | 26 | 124 |
| Binary | 11001101 | 11011111 | 11011101 | 1000 | 0 | 1 | 1101 | 10101101 | 10110 | 1010100 |
Color Harmonies of #CDDFDD
Complementary color
Monochromatic Colors of #CDDFDD
Black with #CDDFDD
Text Example
Text Example
White with #CDDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFDD; }
p { color: rgb(205,223,221); }
H1.HeaderClassName
{
color: #CDDFDD;
}
.AnyTagClassName
{
color: #CDDFDD;
}
</style>
background-color css
<style>
a { background-color: #CDDFDD; }
a { background-color: rgb(205,223,221); }
div.DivClassName
{
background-color: #CDDFDD;
}
.BgClassName
{
background-color: #CDDFDD;
}
</style>
border-color css
<style>
span { border-color: #CDDFDD; }
span { border-color: rgb(205,223,221); }
td.TdClassName
{
border-color: #CDDFDD;
}
.TagClassName
{
border-color: #CDDFDD;
}
</style>