Shades of Link Water #C4CBDB
Tints of Link Water #C4CBDB
RGB
CMYK
RGB Variations
Color information
#C4CBDB (or 0xC4CBDB) is known color: Link Water. HEX triplet: C4, CB and DB. RGB value is (196,203,219). Sum of RGB (Red+Green+Blue) = 196+203+219=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBDB is #3B3424. Grayscale: #CACACA. Windows color (decimal): -3879973 or 14404548. OLE color: 14404548.
HSL color Cylindrical-coordinate representation of color #C4CBDB: hue angle of 221.74º 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 #C4CBDB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 203 | 219 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.14 |
| HSL | 221.74º | 0.24% | 0.81% | - |
| HSV(B) | 221.74º | 0.11% | 0.86% | - |
| XYZ | 56.91 | 59.56 | 75.52 | - |
| YUV | 202.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 219 | 0.11 | 0.07 | 0 | 0.14 | 221.74 | 0.24 | 0.81 |
| Hex | C4 | CB | DB | B | 7 | 0 | E | DE | 18 | 51 |
| Octal | 304 | 313 | 333 | 13 | 7 | 0 | 16 | 336 | 30 | 121 |
| Binary | 11000100 | 11001011 | 11011011 | 1011 | 111 | 0 | 1110 | 11011110 | 11000 | 1010001 |
Color Harmonies of #C4CBDB
Complementary color
Monochromatic Colors of #C4CBDB
Black with #C4CBDB
Text Example
Text Example
White with #C4CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBDB; }
p { color: rgb(196,203,219); }
H1.HeaderClassName
{
color: #C4CBDB;
}
.AnyTagClassName
{
color: #C4CBDB;
}
</style>
background-color css
<style>
a { background-color: #C4CBDB; }
a { background-color: rgb(196,203,219); }
div.DivClassName
{
background-color: #C4CBDB;
}
.BgClassName
{
background-color: #C4CBDB;
}
</style>
border-color css
<style>
span { border-color: #C4CBDB; }
span { border-color: rgb(196,203,219); }
td.TdClassName
{
border-color: #C4CBDB;
}
.TagClassName
{
border-color: #C4CBDB;
}
</style>