Shades of Link Water #C9D1DB
Tints of Link Water #C9D1DB
RGB
CMYK
RGB Variations
Color information
#C9D1DB (or 0xC9D1DB) is known color: Link Water. HEX triplet: C9, D1 and DB. RGB value is (201,209,219). Sum of RGB (Red+Green+Blue) = 201+209+219=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D1DB is #362E24. Grayscale: #CFCFCF. Windows color (decimal): -3550757 or 14406089. OLE color: 14406089.
HSL color Cylindrical-coordinate representation of color #C9D1DB: hue angle of 213.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9D1DB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 209 | 219 | - |
CMYK | 0.08 | 0.05 | 0 | 0.14 |
HSL | 213.33º | 0.2% | 0.82% | - |
HSV(B) | 213.33º | 0.08% | 0.86% | - |
XYZ | 59.67 | 63.13 | 76.06 | - |
YUV | 207.75 | 134.35 | 123.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 209 | 219 | 0.08 | 0.05 | 0 | 0.14 | 213.33 | 0.2 | 0.82 |
Hex | C9 | D1 | DB | 8 | 5 | 0 | E | D5 | 14 | 52 |
Octal | 311 | 321 | 333 | 10 | 5 | 0 | 16 | 325 | 24 | 122 |
Binary | 11001001 | 11010001 | 11011011 | 1000 | 101 | 0 | 1110 | 11010101 | 10100 | 1010010 |
Color Harmonies of #C9D1DB
Complementary color
Monochromatic Colors of #C9D1DB
Black with #C9D1DB
Text Example
Text Example
White with #C9D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D1DB; }
p { color: rgb(201,209,219); }
H1.HeaderClassName
{
color: #C9D1DB;
}
.AnyTagClassName
{
color: #C9D1DB;
}
</style>
background-color css
<style>
a { background-color: #C9D1DB; }
a { background-color: rgb(201,209,219); }
div.DivClassName
{
background-color: #C9D1DB;
}
.BgClassName
{
background-color: #C9D1DB;
}
</style>
border-color css
<style>
span { border-color: #C9D1DB; }
span { border-color: rgb(201,209,219); }
td.TdClassName
{
border-color: #C9D1DB;
}
.TagClassName
{
border-color: #C9D1DB;
}
</style>