Shades of Link Water #CAD4D9
Tints of Link Water #CAD4D9
RGB
CMYK
RGB Variations
Color information
#CAD4D9 (or 0xCAD4D9) is known color: Link Water. HEX triplet: CA, D4 and D9. RGB value is (202,212,217). Sum of RGB (Red+Green+Blue) = 202+212+217=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAD4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4D9 is #352B26. Grayscale: #D1D1D1. Windows color (decimal): -3484455 or 14275786. OLE color: 14275786.
HSL color Cylindrical-coordinate representation of color #CAD4D9: hue angle of 200º 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 #CAD4D9 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 212 | 217 | - |
CMYK | 0.07 | 0.02 | 0 | 0.15 |
HSL | 200º | 0.16% | 0.82% | - |
HSV(B) | 200º | 0.07% | 0.85% | - |
XYZ | 60.42 | 64.65 | 74.94 | - |
YUV | 209.58 | 132.19 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 217 | 0.07 | 0.02 | 0 | 0.15 | 200 | 0.16 | 0.82 |
Hex | CA | D4 | D9 | 7 | 2 | 0 | F | C8 | 10 | 52 |
Octal | 312 | 324 | 331 | 7 | 2 | 0 | 17 | 310 | 20 | 122 |
Binary | 11001010 | 11010100 | 11011001 | 111 | 10 | 0 | 1111 | 11001000 | 10000 | 1010010 |
Color Harmonies of #CAD4D9
Complementary color
Monochromatic Colors of #CAD4D9
Black with #CAD4D9
Text Example
Text Example
White with #CAD4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4D9; }
p { color: rgb(202,212,217); }
H1.HeaderClassName
{
color: #CAD4D9;
}
.AnyTagClassName
{
color: #CAD4D9;
}
</style>
background-color css
<style>
a { background-color: #CAD4D9; }
a { background-color: rgb(202,212,217); }
div.DivClassName
{
background-color: #CAD4D9;
}
.BgClassName
{
background-color: #CAD4D9;
}
</style>
border-color css
<style>
span { border-color: #CAD4D9; }
span { border-color: rgb(202,212,217); }
td.TdClassName
{
border-color: #CAD4D9;
}
.TagClassName
{
border-color: #CAD4D9;
}
</style>