Shades of Link Water #CAD1D9
Tints of Link Water #CAD1D9
RGB
CMYK
RGB Variations
Color information
#CAD1D9 (or 0xCAD1D9) is known color: Link Water. HEX triplet: CA, D1 and D9. RGB value is (202,209,217). Sum of RGB (Red+Green+Blue) = 202+209+217=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAD1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1D9 is #352E26. Grayscale: #CFCFCF. Windows color (decimal): -3485223 or 14275018. OLE color: 14275018.
HSL color Cylindrical-coordinate representation of color #CAD1D9: hue angle of 212º degrees, saturation: 0.16, 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 #CAD1D9 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 209 | 217 | - |
CMYK | 0.07 | 0.04 | 0 | 0.15 |
HSL | 212º | 0.16% | 0.82% | - |
HSV(B) | 212º | 0.07% | 0.85% | - |
XYZ | 59.68 | 63.17 | 74.69 | - |
YUV | 207.82 | 133.18 | 123.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 209 | 217 | 0.07 | 0.04 | 0 | 0.15 | 212 | 0.16 | 0.82 |
Hex | CA | D1 | D9 | 7 | 4 | 0 | F | D4 | 10 | 52 |
Octal | 312 | 321 | 331 | 7 | 4 | 0 | 17 | 324 | 20 | 122 |
Binary | 11001010 | 11010001 | 11011001 | 111 | 100 | 0 | 1111 | 11010100 | 10000 | 1010010 |
Color Harmonies of #CAD1D9
Complementary color
Monochromatic Colors of #CAD1D9
Black with #CAD1D9
Text Example
Text Example
White with #CAD1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD1D9; }
p { color: rgb(202,209,217); }
H1.HeaderClassName
{
color: #CAD1D9;
}
.AnyTagClassName
{
color: #CAD1D9;
}
</style>
background-color css
<style>
a { background-color: #CAD1D9; }
a { background-color: rgb(202,209,217); }
div.DivClassName
{
background-color: #CAD1D9;
}
.BgClassName
{
background-color: #CAD1D9;
}
</style>
border-color css
<style>
span { border-color: #CAD1D9; }
span { border-color: rgb(202,209,217); }
td.TdClassName
{
border-color: #CAD1D9;
}
.TagClassName
{
border-color: #CAD1D9;
}
</style>