Shades of Link Water #CAD1DA
Tints of Link Water #CAD1DA
RGB
CMYK
RGB Variations
Color information
#CAD1DA (or 0xCAD1DA) is known color: Link Water. HEX triplet: CA, D1 and DA. RGB value is (202,209,218). Sum of RGB (Red+Green+Blue) = 202+209+218=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAD1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1DA is #352E25. Grayscale: #CFCFCF. Windows color (decimal): -3485222 or 14340554. OLE color: 14340554.
HSL color Cylindrical-coordinate representation of color #CAD1DA: hue angle of 213.75º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAD1DA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 209 | 218 | - |
CMYK | 0.07 | 0.04 | 0 | 0.15 |
HSL | 213.75º | 0.18% | 0.82% | - |
HSV(B) | 213.75º | 0.07% | 0.85% | - |
XYZ | 59.81 | 63.22 | 75.38 | - |
YUV | 207.93 | 133.68 | 123.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 209 | 218 | 0.07 | 0.04 | 0 | 0.15 | 213.75 | 0.18 | 0.82 |
Hex | CA | D1 | DA | 7 | 4 | 0 | F | D6 | 12 | 52 |
Octal | 312 | 321 | 332 | 7 | 4 | 0 | 17 | 326 | 22 | 122 |
Binary | 11001010 | 11010001 | 11011010 | 111 | 100 | 0 | 1111 | 11010110 | 10010 | 1010010 |
Color Harmonies of #CAD1DA
Complementary color
Monochromatic Colors of #CAD1DA
Black with #CAD1DA
Text Example
Text Example
White with #CAD1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD1DA; }
p { color: rgb(202,209,218); }
H1.HeaderClassName
{
color: #CAD1DA;
}
.AnyTagClassName
{
color: #CAD1DA;
}
</style>
background-color css
<style>
a { background-color: #CAD1DA; }
a { background-color: rgb(202,209,218); }
div.DivClassName
{
background-color: #CAD1DA;
}
.BgClassName
{
background-color: #CAD1DA;
}
</style>
border-color css
<style>
span { border-color: #CAD1DA; }
span { border-color: rgb(202,209,218); }
td.TdClassName
{
border-color: #CAD1DA;
}
.TagClassName
{
border-color: #CAD1DA;
}
</style>