Shades of Link Water #CAD0DC
Tints of Link Water #CAD0DC
RGB
CMYK
RGB Variations
Color information
#CAD0DC (or 0xCAD0DC) is known color: Link Water. HEX triplet: CA, D0 and DC. RGB value is (202,208,220). Sum of RGB (Red+Green+Blue) = 202+208+220=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0DC is #352F23. Grayscale: #CFCFCF. Windows color (decimal): -3485476 or 14471370. OLE color: 14471370.
HSL color Cylindrical-coordinate representation of color #CAD0DC: hue angle of 220º 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 #CAD0DC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 208 | 220 | - |
CMYK | 0.08 | 0.05 | 0 | 0.14 |
HSL | 220º | 0.2% | 0.83% | - |
HSV(B) | 220º | 0.08% | 0.86% | - |
XYZ | 59.83 | 62.84 | 76.69 | - |
YUV | 207.57 | 135.01 | 124.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 208 | 220 | 0.08 | 0.05 | 0 | 0.14 | 220 | 0.2 | 0.83 |
Hex | CA | D0 | DC | 8 | 5 | 0 | E | DC | 14 | 53 |
Octal | 312 | 320 | 334 | 10 | 5 | 0 | 16 | 334 | 24 | 123 |
Binary | 11001010 | 11010000 | 11011100 | 1000 | 101 | 0 | 1110 | 11011100 | 10100 | 1010011 |
Color Harmonies of #CAD0DC
Complementary color
Monochromatic Colors of #CAD0DC
Black with #CAD0DC
Text Example
Text Example
White with #CAD0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD0DC; }
p { color: rgb(202,208,220); }
H1.HeaderClassName
{
color: #CAD0DC;
}
.AnyTagClassName
{
color: #CAD0DC;
}
</style>
background-color css
<style>
a { background-color: #CAD0DC; }
a { background-color: rgb(202,208,220); }
div.DivClassName
{
background-color: #CAD0DC;
}
.BgClassName
{
background-color: #CAD0DC;
}
</style>
border-color css
<style>
span { border-color: #CAD0DC; }
span { border-color: rgb(202,208,220); }
td.TdClassName
{
border-color: #CAD0DC;
}
.TagClassName
{
border-color: #CAD0DC;
}
</style>