Shades of Link Water #CAD1DC
Tints of Link Water #CAD1DC
RGB
CMYK
RGB Variations
Color information
#CAD1DC (or 0xCAD1DC) is known color: Link Water. HEX triplet: CA, D1 and DC. RGB value is (202,209,220). Sum of RGB (Red+Green+Blue) = 202+209+220=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1DC is #352E23. Grayscale: #D0D0D0. Windows color (decimal): -3485220 or 14471626. OLE color: 14471626.
HSL color Cylindrical-coordinate representation of color #CAD1DC: hue angle of 216.67º degrees, saturation: 0.2, 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 #CAD1DC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 209 | 220 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.14 |
| HSL | 216.67º | 0.2% | 0.83% | - |
| HSV(B) | 216.67º | 0.08% | 0.86% | - |
| XYZ | 60.08 | 63.32 | 76.77 | - |
| YUV | 208.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 209 | 220 | 0.08 | 0.05 | 0 | 0.14 | 216.67 | 0.2 | 0.83 |
| Hex | CA | D1 | DC | 8 | 5 | 0 | E | D9 | 14 | 53 |
| Octal | 312 | 321 | 334 | 10 | 5 | 0 | 16 | 331 | 24 | 123 |
| Binary | 11001010 | 11010001 | 11011100 | 1000 | 101 | 0 | 1110 | 11011001 | 10100 | 1010011 |
Color Harmonies of #CAD1DC
Complementary color
Monochromatic Colors of #CAD1DC
Black with #CAD1DC
Text Example
Text Example
White with #CAD1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD1DC; }
p { color: rgb(202,209,220); }
H1.HeaderClassName
{
color: #CAD1DC;
}
.AnyTagClassName
{
color: #CAD1DC;
}
</style>
background-color css
<style>
a { background-color: #CAD1DC; }
a { background-color: rgb(202,209,220); }
div.DivClassName
{
background-color: #CAD1DC;
}
.BgClassName
{
background-color: #CAD1DC;
}
</style>
border-color css
<style>
span { border-color: #CAD1DC; }
span { border-color: rgb(202,209,220); }
td.TdClassName
{
border-color: #CAD1DC;
}
.TagClassName
{
border-color: #CAD1DC;
}
</style>