Shades of Jagged Ice #CADEDB
Tints of Jagged Ice #CADEDB
RGB
CMYK
RGB Variations
Color information
#CADEDB (or 0xCADEDB) is known color: Jagged Ice. HEX triplet: CA, DE and DB. RGB value is (202,222,219). Sum of RGB (Red+Green+Blue) = 202+222+219=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEDB is #352124. Grayscale: #D7D7D7. Windows color (decimal): -3481893 or 14409418. OLE color: 14409418.
HSL color Cylindrical-coordinate representation of color #CADEDB: hue angle of 171º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADEDB is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 222 | 219 | - |
CMYK | 0.09 | 0 | 0.01 | 0.13 |
HSL | 171º | 0.23% | 0.83% | - |
HSV(B) | 171º | 0.09% | 0.87% | - |
XYZ | 63.26 | 69.91 | 77.18 | - |
YUV | 215.68 | 129.87 | 118.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 222 | 219 | 0.09 | 0 | 0.01 | 0.13 | 171 | 0.23 | 0.83 |
Hex | CA | DE | DB | 9 | 0 | 1 | D | AB | 17 | 53 |
Octal | 312 | 336 | 333 | 11 | 0 | 1 | 15 | 253 | 27 | 123 |
Binary | 11001010 | 11011110 | 11011011 | 1001 | 0 | 1 | 1101 | 10101011 | 10111 | 1010011 |
Color Harmonies of #CADEDB
Complementary color
Monochromatic Colors of #CADEDB
Black with #CADEDB
Text Example
Text Example
White with #CADEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEDB; }
p { color: rgb(202,222,219); }
H1.HeaderClassName
{
color: #CADEDB;
}
.AnyTagClassName
{
color: #CADEDB;
}
</style>
background-color css
<style>
a { background-color: #CADEDB; }
a { background-color: rgb(202,222,219); }
div.DivClassName
{
background-color: #CADEDB;
}
.BgClassName
{
background-color: #CADEDB;
}
</style>
border-color css
<style>
span { border-color: #CADEDB; }
span { border-color: rgb(202,222,219); }
td.TdClassName
{
border-color: #CADEDB;
}
.TagClassName
{
border-color: #CADEDB;
}
</style>