Shades of Link Water #CAD1DB
Tints of Link Water #CAD1DB
RGB
CMYK
RGB Variations
Color information
#CAD1DB (or 0xCAD1DB) is known color: Link Water. HEX triplet: CA, D1 and DB. RGB value is (202,209,219). Sum of RGB (Red+Green+Blue) = 202+209+219=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1DB is #352E24. Grayscale: #CFCFCF. Windows color (decimal): -3485221 or 14406090. OLE color: 14406090.
HSL color Cylindrical-coordinate representation of color #CAD1DB: hue angle of 215.29º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAD1DB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 209 | 219 | - |
CMYK | 0.08 | 0.05 | 0 | 0.14 |
HSL | 215.29º | 0.19% | 0.83% | - |
HSV(B) | 215.29º | 0.08% | 0.86% | - |
XYZ | 59.94 | 63.27 | 76.07 | - |
YUV | 208.05 | 134.18 | 123.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 209 | 219 | 0.08 | 0.05 | 0 | 0.14 | 215.29 | 0.19 | 0.83 |
Hex | CA | D1 | DB | 8 | 5 | 0 | E | D7 | 13 | 53 |
Octal | 312 | 321 | 333 | 10 | 5 | 0 | 16 | 327 | 23 | 123 |
Binary | 11001010 | 11010001 | 11011011 | 1000 | 101 | 0 | 1110 | 11010111 | 10011 | 1010011 |
Color Harmonies of #CAD1DB
Complementary color
Monochromatic Colors of #CAD1DB
Black with #CAD1DB
Text Example
Text Example
White with #CAD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD1DB; }
p { color: rgb(202,209,219); }
H1.HeaderClassName
{
color: #CAD1DB;
}
.AnyTagClassName
{
color: #CAD1DB;
}
</style>
background-color css
<style>
a { background-color: #CAD1DB; }
a { background-color: rgb(202,209,219); }
div.DivClassName
{
background-color: #CAD1DB;
}
.BgClassName
{
background-color: #CAD1DB;
}
</style>
border-color css
<style>
span { border-color: #CAD1DB; }
span { border-color: rgb(202,209,219); }
td.TdClassName
{
border-color: #CAD1DB;
}
.TagClassName
{
border-color: #CAD1DB;
}
</style>