Shades of Link Water #CAD2DC
Tints of Link Water #CAD2DC
RGB
CMYK
RGB Variations
Color information
#CAD2DC (or 0xCAD2DC) is known color: Link Water. HEX triplet: CA, D2 and DC. RGB value is (202,210,220). Sum of RGB (Red+Green+Blue) = 202+210+220=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAD2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2DC is #352D23. Grayscale: #D0D0D0. Windows color (decimal): -3484964 or 14471882. OLE color: 14471882.
HSL color Cylindrical-coordinate representation of color #CAD2DC: hue angle of 213.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAD2DC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 210 | 220 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.14 |
| HSL | 213.33º | 0.2% | 0.83% | - |
| HSV(B) | 213.33º | 0.08% | 0.86% | - |
| XYZ | 60.32 | 63.82 | 76.85 | - |
| YUV | 208.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 220 | 0.08 | 0.05 | 0 | 0.14 | 213.33 | 0.2 | 0.83 |
| Hex | CA | D2 | DC | 8 | 5 | 0 | E | D5 | 14 | 53 |
| Octal | 312 | 322 | 334 | 10 | 5 | 0 | 16 | 325 | 24 | 123 |
| Binary | 11001010 | 11010010 | 11011100 | 1000 | 101 | 0 | 1110 | 11010101 | 10100 | 1010011 |
Color Harmonies of #CAD2DC
Complementary color
Monochromatic Colors of #CAD2DC
Black with #CAD2DC
Text Example
Text Example
White with #CAD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2DC; }
p { color: rgb(202,210,220); }
H1.HeaderClassName
{
color: #CAD2DC;
}
.AnyTagClassName
{
color: #CAD2DC;
}
</style>
background-color css
<style>
a { background-color: #CAD2DC; }
a { background-color: rgb(202,210,220); }
div.DivClassName
{
background-color: #CAD2DC;
}
.BgClassName
{
background-color: #CAD2DC;
}
</style>
border-color css
<style>
span { border-color: #CAD2DC; }
span { border-color: rgb(202,210,220); }
td.TdClassName
{
border-color: #CAD2DC;
}
.TagClassName
{
border-color: #CAD2DC;
}
</style>