Shades of Link Water #CAD4DA
Tints of Link Water #CAD4DA
RGB
CMYK
RGB Variations
Color information
#CAD4DA (or 0xCAD4DA) is known color: Link Water. HEX triplet: CA, D4 and DA. RGB value is (202,212,218). Sum of RGB (Red+Green+Blue) = 202+212+218=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4DA is #352B25. Grayscale: #D1D1D1. Windows color (decimal): -3484454 or 14341322. OLE color: 14341322.
HSL color Cylindrical-coordinate representation of color #CAD4DA: hue angle of 202.5º degrees, saturation: 0.18, 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 #CAD4DA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 212 | 218 | - |
CMYK | 0.07 | 0.03 | 0 | 0.15 |
HSL | 202.5º | 0.18% | 0.82% | - |
HSV(B) | 202.5º | 0.07% | 0.85% | - |
XYZ | 60.56 | 64.71 | 75.63 | - |
YUV | 209.69 | 132.69 | 122.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 218 | 0.07 | 0.03 | 0 | 0.15 | 202.5 | 0.18 | 0.82 |
Hex | CA | D4 | DA | 7 | 3 | 0 | F | CA | 12 | 52 |
Octal | 312 | 324 | 332 | 7 | 3 | 0 | 17 | 312 | 22 | 122 |
Binary | 11001010 | 11010100 | 11011010 | 111 | 11 | 0 | 1111 | 11001010 | 10010 | 1010010 |
Color Harmonies of #CAD4DA
Complementary color
Monochromatic Colors of #CAD4DA
Black with #CAD4DA
Text Example
Text Example
White with #CAD4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4DA; }
p { color: rgb(202,212,218); }
H1.HeaderClassName
{
color: #CAD4DA;
}
.AnyTagClassName
{
color: #CAD4DA;
}
</style>
background-color css
<style>
a { background-color: #CAD4DA; }
a { background-color: rgb(202,212,218); }
div.DivClassName
{
background-color: #CAD4DA;
}
.BgClassName
{
background-color: #CAD4DA;
}
</style>
border-color css
<style>
span { border-color: #CAD4DA; }
span { border-color: rgb(202,212,218); }
td.TdClassName
{
border-color: #CAD4DA;
}
.TagClassName
{
border-color: #CAD4DA;
}
</style>