Shades of Link Water #CAD3D9
Tints of Link Water #CAD3D9
RGB
CMYK
RGB Variations
Color information
#CAD3D9 (or 0xCAD3D9) is known color: Link Water. HEX triplet: CA, D3 and D9. RGB value is (202,211,217). Sum of RGB (Red+Green+Blue) = 202+211+217=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAD3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3D9 is #352C26. Grayscale: #D0D0D0. Windows color (decimal): -3484711 or 14275530. OLE color: 14275530.
HSL color Cylindrical-coordinate representation of color #CAD3D9: hue angle of 204º 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 #CAD3D9 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 211 | 217 | - |
CMYK | 0.07 | 0.03 | 0 | 0.15 |
HSL | 204º | 0.16% | 0.82% | - |
HSV(B) | 204º | 0.07% | 0.85% | - |
XYZ | 60.18 | 64.15 | 74.86 | - |
YUV | 208.99 | 132.52 | 123.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 211 | 217 | 0.07 | 0.03 | 0 | 0.15 | 204 | 0.16 | 0.82 |
Hex | CA | D3 | D9 | 7 | 3 | 0 | F | CC | 10 | 52 |
Octal | 312 | 323 | 331 | 7 | 3 | 0 | 17 | 314 | 20 | 122 |
Binary | 11001010 | 11010011 | 11011001 | 111 | 11 | 0 | 1111 | 11001100 | 10000 | 1010010 |
Color Harmonies of #CAD3D9
Complementary color
Monochromatic Colors of #CAD3D9
Black with #CAD3D9
Text Example
Text Example
White with #CAD3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD3D9; }
p { color: rgb(202,211,217); }
H1.HeaderClassName
{
color: #CAD3D9;
}
.AnyTagClassName
{
color: #CAD3D9;
}
</style>
background-color css
<style>
a { background-color: #CAD3D9; }
a { background-color: rgb(202,211,217); }
div.DivClassName
{
background-color: #CAD3D9;
}
.BgClassName
{
background-color: #CAD3D9;
}
</style>
border-color css
<style>
span { border-color: #CAD3D9; }
span { border-color: rgb(202,211,217); }
td.TdClassName
{
border-color: #CAD3D9;
}
.TagClassName
{
border-color: #CAD3D9;
}
</style>