Shades of Link Water #CAD0D4
Tints of Link Water #CAD0D4
RGB
CMYK
RGB Variations
Color information
#CAD0D4 (or 0xCAD0D4) is known color: Link Water. HEX triplet: CA, D0 and D4. RGB value is (202,208,212). Sum of RGB (Red+Green+Blue) = 202+208+212=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAD0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0D4 is #352F2B. Grayscale: #CECECE. Windows color (decimal): -3485484 or 13947082. OLE color: 13947082.
HSL color Cylindrical-coordinate representation of color #CAD0D4: hue angle of 204º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD0D4 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 208 | 212 | - |
CMYK | 0.05 | 0.02 | 0 | 0.17 |
HSL | 204º | 0.1% | 0.81% | - |
HSV(B) | 204º | 0.05% | 0.83% | - |
XYZ | 58.8 | 62.42 | 71.24 | - |
YUV | 206.66 | 131.01 | 124.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 208 | 212 | 0.05 | 0.02 | 0 | 0.17 | 204 | 0.1 | 0.81 |
Hex | CA | D0 | D4 | 5 | 2 | 0 | 11 | CC | A | 51 |
Octal | 312 | 320 | 324 | 5 | 2 | 0 | 21 | 314 | 12 | 121 |
Binary | 11001010 | 11010000 | 11010100 | 101 | 10 | 0 | 10001 | 11001100 | 1010 | 1010001 |
Color Harmonies of #CAD0D4
Complementary color
Monochromatic Colors of #CAD0D4
Black with #CAD0D4
Text Example
Text Example
White with #CAD0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD0D4; }
p { color: rgb(202,208,212); }
H1.HeaderClassName
{
color: #CAD0D4;
}
.AnyTagClassName
{
color: #CAD0D4;
}
</style>
background-color css
<style>
a { background-color: #CAD0D4; }
a { background-color: rgb(202,208,212); }
div.DivClassName
{
background-color: #CAD0D4;
}
.BgClassName
{
background-color: #CAD0D4;
}
</style>
border-color css
<style>
span { border-color: #CAD0D4; }
span { border-color: rgb(202,208,212); }
td.TdClassName
{
border-color: #CAD0D4;
}
.TagClassName
{
border-color: #CAD0D4;
}
</style>