Shades of Link Water #CAD5DF
Tints of Link Water #CAD5DF
RGB
CMYK
RGB Variations
Color information
#CAD5DF (or 0xCAD5DF) is known color: Link Water. HEX triplet: CA, D5 and DF. RGB value is (202,213,223). Sum of RGB (Red+Green+Blue) = 202+213+223=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAD5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5DF is #352A20. Grayscale: #D2D2D2. Windows color (decimal): -3484193 or 14669258. OLE color: 14669258.
HSL color Cylindrical-coordinate representation of color #CAD5DF: hue angle of 208.57º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD5DF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 213 | 223 | - |
CMYK | 0.09 | 0.04 | 0 | 0.13 |
HSL | 208.57º | 0.25% | 0.83% | - |
HSV(B) | 208.57º | 0.09% | 0.87% | - |
XYZ | 61.47 | 65.47 | 79.21 | - |
YUV | 210.85 | 134.86 | 121.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 223 | 0.09 | 0.04 | 0 | 0.13 | 208.57 | 0.25 | 0.83 |
Hex | CA | D5 | DF | 9 | 4 | 0 | D | D1 | 19 | 53 |
Octal | 312 | 325 | 337 | 11 | 4 | 0 | 15 | 321 | 31 | 123 |
Binary | 11001010 | 11010101 | 11011111 | 1001 | 100 | 0 | 1101 | 11010001 | 11001 | 1010011 |
Color Harmonies of #CAD5DF
Complementary color
Monochromatic Colors of #CAD5DF
Black with #CAD5DF
Text Example
Text Example
White with #CAD5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5DF; }
p { color: rgb(202,213,223); }
H1.HeaderClassName
{
color: #CAD5DF;
}
.AnyTagClassName
{
color: #CAD5DF;
}
</style>
background-color css
<style>
a { background-color: #CAD5DF; }
a { background-color: rgb(202,213,223); }
div.DivClassName
{
background-color: #CAD5DF;
}
.BgClassName
{
background-color: #CAD5DF;
}
</style>
border-color css
<style>
span { border-color: #CAD5DF; }
span { border-color: rgb(202,213,223); }
td.TdClassName
{
border-color: #CAD5DF;
}
.TagClassName
{
border-color: #CAD5DF;
}
</style>