Shades of Jagged Ice #CADDDB
Tints of Jagged Ice #CADDDB
RGB
CMYK
RGB Variations
Color information
#CADDDB (or 0xCADDDB) is known color: Jagged Ice. HEX triplet: CA, DD and DB. RGB value is (202,221,219). Sum of RGB (Red+Green+Blue) = 202+221+219=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDDB is #352224. Grayscale: #D7D7D7. Windows color (decimal): -3482149 or 14409162. OLE color: 14409162.
HSL color Cylindrical-coordinate representation of color #CADDDB: hue angle of 173.68º degrees, saturation: 0.22, 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 #CADDDB is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 219 | - |
CMYK | 0.09 | 0 | 0.01 | 0.13 |
HSL | 173.68º | 0.22% | 0.83% | - |
HSV(B) | 173.68º | 0.09% | 0.87% | - |
XYZ | 63 | 69.38 | 77.09 | - |
YUV | 215.09 | 130.21 | 118.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 219 | 0.09 | 0 | 0.01 | 0.13 | 173.68 | 0.22 | 0.83 |
Hex | CA | DD | DB | 9 | 0 | 1 | D | AE | 16 | 53 |
Octal | 312 | 335 | 333 | 11 | 0 | 1 | 15 | 256 | 26 | 123 |
Binary | 11001010 | 11011101 | 11011011 | 1001 | 0 | 1 | 1101 | 10101110 | 10110 | 1010011 |
Color Harmonies of #CADDDB
Complementary color
Monochromatic Colors of #CADDDB
Black with #CADDDB
Text Example
Text Example
White with #CADDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDDB; }
p { color: rgb(202,221,219); }
H1.HeaderClassName
{
color: #CADDDB;
}
.AnyTagClassName
{
color: #CADDDB;
}
</style>
background-color css
<style>
a { background-color: #CADDDB; }
a { background-color: rgb(202,221,219); }
div.DivClassName
{
background-color: #CADDDB;
}
.BgClassName
{
background-color: #CADDDB;
}
</style>
border-color css
<style>
span { border-color: #CADDDB; }
span { border-color: rgb(202,221,219); }
td.TdClassName
{
border-color: #CADDDB;
}
.TagClassName
{
border-color: #CADDDB;
}
</style>