Shades of Link Water #CAD2E1
Tints of Link Water #CAD2E1
RGB
CMYK
RGB Variations
Color information
#CAD2E1 (or 0xCAD2E1) is known color: Link Water. HEX triplet: CA, D2 and E1. RGB value is (202,210,225). Sum of RGB (Red+Green+Blue) = 202+210+225=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAD2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2E1 is #352D1E. Grayscale: #D1D1D1. Windows color (decimal): -3484959 or 14799562. OLE color: 14799562.
HSL color Cylindrical-coordinate representation of color #CAD2E1: hue angle of 219.13º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAD2E1 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 210 | 225 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.12 |
| HSL | 219.13º | 0.28% | 0.84% | - |
| HSV(B) | 219.13º | 0.1% | 0.88% | - |
| XYZ | 60.99 | 64.09 | 80.39 | - |
| YUV | 209.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 225 | 0.10 | 0.07 | 0 | 0.12 | 219.13 | 0.28 | 0.84 |
| Hex | CA | D2 | E1 | A | 7 | 0 | C | DB | 1C | 54 |
| Octal | 312 | 322 | 341 | 12 | 7 | 0 | 14 | 333 | 34 | 124 |
| Binary | 11001010 | 11010010 | 11100001 | 1010 | 111 | 0 | 1100 | 11011011 | 11100 | 1010100 |
Color Harmonies of #CAD2E1
Complementary color
Monochromatic Colors of #CAD2E1
Black with #CAD2E1
Text Example
Text Example
White with #CAD2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2E1; }
p { color: rgb(202,210,225); }
H1.HeaderClassName
{
color: #CAD2E1;
}
.AnyTagClassName
{
color: #CAD2E1;
}
</style>
background-color css
<style>
a { background-color: #CAD2E1; }
a { background-color: rgb(202,210,225); }
div.DivClassName
{
background-color: #CAD2E1;
}
.BgClassName
{
background-color: #CAD2E1;
}
</style>
border-color css
<style>
span { border-color: #CAD2E1; }
span { border-color: rgb(202,210,225); }
td.TdClassName
{
border-color: #CAD2E1;
}
.TagClassName
{
border-color: #CAD2E1;
}
</style>