Shades of Link Water #C9CAD5
Tints of Link Water #C9CAD5
RGB
CMYK
RGB Variations
Color information
#C9CAD5 (or 0xC9CAD5) is known color: Link Water. HEX triplet: C9, CA and D5. RGB value is (201,202,213). Sum of RGB (Red+Green+Blue) = 201+202+213=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9CAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAD5 is #36352A. Grayscale: #CACACA. Windows color (decimal): -3552555 or 14011081. OLE color: 14011081.
HSL color Cylindrical-coordinate representation of color #C9CAD5: hue angle of 235º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9CAD5 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 201 | 202 | 213 | - |
CMYK | 0.06 | 0.05 | 0 | 0.16 |
HSL | 235º | 0.13% | 0.81% | - |
HSV(B) | 235º | 0.06% | 0.84% | - |
XYZ | 57.22 | 59.46 | 71.41 | - |
YUV | 202.96 | 133.67 | 126.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 213 | 0.06 | 0.05 | 0 | 0.16 | 235 | 0.13 | 0.81 |
Hex | C9 | CA | D5 | 6 | 5 | 0 | 10 | EB | C | 51 |
Octal | 311 | 312 | 325 | 6 | 5 | 0 | 20 | 353 | 14 | 121 |
Binary | 11001001 | 11001010 | 11010101 | 110 | 101 | 0 | 10000 | 11101011 | 1100 | 1010001 |
Color Harmonies of #C9CAD5
Complementary color
Monochromatic Colors of #C9CAD5
Black with #C9CAD5
Text Example
Text Example
White with #C9CAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CAD5; }
p { color: rgb(201,202,213); }
H1.HeaderClassName
{
color: #C9CAD5;
}
.AnyTagClassName
{
color: #C9CAD5;
}
</style>
background-color css
<style>
a { background-color: #C9CAD5; }
a { background-color: rgb(201,202,213); }
div.DivClassName
{
background-color: #C9CAD5;
}
.BgClassName
{
background-color: #C9CAD5;
}
</style>
border-color css
<style>
span { border-color: #C9CAD5; }
span { border-color: rgb(201,202,213); }
td.TdClassName
{
border-color: #C9CAD5;
}
.TagClassName
{
border-color: #C9CAD5;
}
</style>