Shades of Jagged Ice #CCDFDB
Tints of Jagged Ice #CCDFDB
RGB
CMYK
RGB Variations
Color information
#CCDFDB (or 0xCCDFDB) is known color: Jagged Ice. HEX triplet: CC, DF and DB. RGB value is (204,223,219). Sum of RGB (Red+Green+Blue) = 204+223+219=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFDB is #332024. Grayscale: #D8D8D8. Windows color (decimal): -3350565 or 14409676. OLE color: 14409676.
HSL color Cylindrical-coordinate representation of color #CCDFDB: hue angle of 167.37º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDFDB is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 219 | - |
CMYK | 0.09 | 0 | 0.02 | 0.13 |
HSL | 167.37º | 0.23% | 0.84% | - |
HSV(B) | 167.37º | 0.09% | 0.87% | - |
XYZ | 64.08 | 70.73 | 77.29 | - |
YUV | 216.86 | 129.21 | 118.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 219 | 0.09 | 0 | 0.02 | 0.13 | 167.37 | 0.23 | 0.84 |
Hex | CC | DF | DB | 9 | 0 | 2 | D | A7 | 17 | 54 |
Octal | 314 | 337 | 333 | 11 | 0 | 2 | 15 | 247 | 27 | 124 |
Binary | 11001100 | 11011111 | 11011011 | 1001 | 0 | 10 | 1101 | 10100111 | 10111 | 1010100 |
Color Harmonies of #CCDFDB
Complementary color
Monochromatic Colors of #CCDFDB
Black with #CCDFDB
Text Example
Text Example
White with #CCDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFDB; }
p { color: rgb(204,223,219); }
H1.HeaderClassName
{
color: #CCDFDB;
}
.AnyTagClassName
{
color: #CCDFDB;
}
</style>
background-color css
<style>
a { background-color: #CCDFDB; }
a { background-color: rgb(204,223,219); }
div.DivClassName
{
background-color: #CCDFDB;
}
.BgClassName
{
background-color: #CCDFDB;
}
</style>
border-color css
<style>
span { border-color: #CCDFDB; }
span { border-color: rgb(204,223,219); }
td.TdClassName
{
border-color: #CCDFDB;
}
.TagClassName
{
border-color: #CCDFDB;
}
</style>