Shades of Jagged Ice #CCDEDB
Tints of Jagged Ice #CCDEDB
RGB
CMYK
RGB Variations
Color information
#CCDEDB (or 0xCCDEDB) is known color: Jagged Ice. HEX triplet: CC, DE and DB. RGB value is (204,222,219). Sum of RGB (Red+Green+Blue) = 204+222+219=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEDB is #332124. Grayscale: #D8D8D8. Windows color (decimal): -3350821 or 14409420. OLE color: 14409420.
HSL color Cylindrical-coordinate representation of color #CCDEDB: hue angle of 170º 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 #CCDEDB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 219 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.13 |
| HSL | 170º | 0.21% | 0.84% | - |
| HSV(B) | 170º | 0.08% | 0.87% | - |
| XYZ | 63.81 | 70.19 | 77.2 | - |
| YUV | 216.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 219 | 0.08 | 0 | 0.01 | 0.13 | 170 | 0.21 | 0.84 |
| Hex | CC | DE | DB | 8 | 0 | 1 | D | AA | 15 | 54 |
| Octal | 314 | 336 | 333 | 10 | 0 | 1 | 15 | 252 | 25 | 124 |
| Binary | 11001100 | 11011110 | 11011011 | 1000 | 0 | 1 | 1101 | 10101010 | 10101 | 1010100 |
Color Harmonies of #CCDEDB
Complementary color
Monochromatic Colors of #CCDEDB
Black with #CCDEDB
Text Example
Text Example
White with #CCDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEDB; }
p { color: rgb(204,222,219); }
H1.HeaderClassName
{
color: #CCDEDB;
}
.AnyTagClassName
{
color: #CCDEDB;
}
</style>
background-color css
<style>
a { background-color: #CCDEDB; }
a { background-color: rgb(204,222,219); }
div.DivClassName
{
background-color: #CCDEDB;
}
.BgClassName
{
background-color: #CCDEDB;
}
</style>
border-color css
<style>
span { border-color: #CCDEDB; }
span { border-color: rgb(204,222,219); }
td.TdClassName
{
border-color: #CCDEDB;
}
.TagClassName
{
border-color: #CCDEDB;
}
</style>