Shades of Link Water #CAD4DE
Tints of Link Water #CAD4DE
RGB
CMYK
RGB Variations
Color information
#CAD4DE (or 0xCAD4DE) is known color: Link Water. HEX triplet: CA, D4 and DE. RGB value is (202,212,222). Sum of RGB (Red+Green+Blue) = 202+212+222=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAD4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4DE is #352B21. Grayscale: #D2D2D2. Windows color (decimal): -3484450 or 14603466. OLE color: 14603466.
HSL color Cylindrical-coordinate representation of color #CAD4DE: hue angle of 210º degrees, saturation: 0.23, 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 #CAD4DE is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 212 | 222 | - |
CMYK | 0.09 | 0.05 | 0 | 0.13 |
HSL | 210º | 0.23% | 0.83% | - |
HSV(B) | 210º | 0.09% | 0.87% | - |
XYZ | 61.09 | 64.92 | 78.42 | - |
YUV | 210.15 | 134.69 | 122.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 222 | 0.09 | 0.05 | 0 | 0.13 | 210 | 0.23 | 0.83 |
Hex | CA | D4 | DE | 9 | 5 | 0 | D | D2 | 17 | 53 |
Octal | 312 | 324 | 336 | 11 | 5 | 0 | 15 | 322 | 27 | 123 |
Binary | 11001010 | 11010100 | 11011110 | 1001 | 101 | 0 | 1101 | 11010010 | 10111 | 1010011 |
Color Harmonies of #CAD4DE
Complementary color
Monochromatic Colors of #CAD4DE
Black with #CAD4DE
Text Example
Text Example
White with #CAD4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4DE; }
p { color: rgb(202,212,222); }
H1.HeaderClassName
{
color: #CAD4DE;
}
.AnyTagClassName
{
color: #CAD4DE;
}
</style>
background-color css
<style>
a { background-color: #CAD4DE; }
a { background-color: rgb(202,212,222); }
div.DivClassName
{
background-color: #CAD4DE;
}
.BgClassName
{
background-color: #CAD4DE;
}
</style>
border-color css
<style>
span { border-color: #CAD4DE; }
span { border-color: rgb(202,212,222); }
td.TdClassName
{
border-color: #CAD4DE;
}
.TagClassName
{
border-color: #CAD4DE;
}
</style>