Shades of Link Water #CAD3DC
Tints of Link Water #CAD3DC
RGB
CMYK
RGB Variations
Color information
#CAD3DC (or 0xCAD3DC) is known color: Link Water. HEX triplet: CA, D3 and DC. RGB value is (202,211,220). Sum of RGB (Red+Green+Blue) = 202+211+220=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3DC is #352C23. Grayscale: #D1D1D1. Windows color (decimal): -3484708 or 14472138. OLE color: 14472138.
HSL color Cylindrical-coordinate representation of color #CAD3DC: hue angle of 210º 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 #CAD3DC is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 211 | 220 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.14 |
| HSL | 210º | 0.2% | 0.83% | - |
| HSV(B) | 210º | 0.08% | 0.86% | - |
| XYZ | 60.57 | 64.31 | 76.93 | - |
| YUV | 209.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 220 | 0.08 | 0.04 | 0 | 0.14 | 210 | 0.2 | 0.83 |
| Hex | CA | D3 | DC | 8 | 4 | 0 | E | D2 | 14 | 53 |
| Octal | 312 | 323 | 334 | 10 | 4 | 0 | 16 | 322 | 24 | 123 |
| Binary | 11001010 | 11010011 | 11011100 | 1000 | 100 | 0 | 1110 | 11010010 | 10100 | 1010011 |
Color Harmonies of #CAD3DC
Complementary color
Monochromatic Colors of #CAD3DC
Black with #CAD3DC
Text Example
Text Example
White with #CAD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD3DC; }
p { color: rgb(202,211,220); }
H1.HeaderClassName
{
color: #CAD3DC;
}
.AnyTagClassName
{
color: #CAD3DC;
}
</style>
background-color css
<style>
a { background-color: #CAD3DC; }
a { background-color: rgb(202,211,220); }
div.DivClassName
{
background-color: #CAD3DC;
}
.BgClassName
{
background-color: #CAD3DC;
}
</style>
border-color css
<style>
span { border-color: #CAD3DC; }
span { border-color: rgb(202,211,220); }
td.TdClassName
{
border-color: #CAD3DC;
}
.TagClassName
{
border-color: #CAD3DC;
}
</style>