Shades of Link Water #C4C9DB
Tints of Link Water #C4C9DB
RGB
CMYK
RGB Variations
Color information
#C4C9DB (or 0xC4C9DB) is known color: Link Water. HEX triplet: C4, C9 and DB. RGB value is (196,201,219). Sum of RGB (Red+Green+Blue) = 196+201+219=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C9DB is #3B3624. Grayscale: #C9C9C9. Windows color (decimal): -3880485 or 14404036. OLE color: 14404036.
HSL color Cylindrical-coordinate representation of color #C4C9DB: hue angle of 226.96º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4C9DB is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 201 | 219 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.14 |
| HSL | 226.96º | 0.24% | 0.81% | - |
| HSV(B) | 226.96º | 0.11% | 0.86% | - |
| XYZ | 56.44 | 58.62 | 75.36 | - |
| YUV | 201.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 219 | 0.11 | 0.08 | 0 | 0.14 | 226.96 | 0.24 | 0.81 |
| Hex | C4 | C9 | DB | B | 8 | 0 | E | E3 | 18 | 51 |
| Octal | 304 | 311 | 333 | 13 | 10 | 0 | 16 | 343 | 30 | 121 |
| Binary | 11000100 | 11001001 | 11011011 | 1011 | 1000 | 0 | 1110 | 11100011 | 11000 | 1010001 |
Color Harmonies of #C4C9DB
Complementary color
Monochromatic Colors of #C4C9DB
Black with #C4C9DB
Text Example
Text Example
White with #C4C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C9DB; }
p { color: rgb(196,201,219); }
H1.HeaderClassName
{
color: #C4C9DB;
}
.AnyTagClassName
{
color: #C4C9DB;
}
</style>
background-color css
<style>
a { background-color: #C4C9DB; }
a { background-color: rgb(196,201,219); }
div.DivClassName
{
background-color: #C4C9DB;
}
.BgClassName
{
background-color: #C4C9DB;
}
</style>
border-color css
<style>
span { border-color: #C4C9DB; }
span { border-color: rgb(196,201,219); }
td.TdClassName
{
border-color: #C4C9DB;
}
.TagClassName
{
border-color: #C4C9DB;
}
</style>