Shades of Link Water #C7CBDB
Tints of Link Water #C7CBDB
RGB
CMYK
RGB Variations
Color information
#C7CBDB (or 0xC7CBDB) is known color: Link Water. HEX triplet: C7, CB and DB. RGB value is (199,203,219). Sum of RGB (Red+Green+Blue) = 199+203+219=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBDB is #383424. Grayscale: #CBCBCB. Windows color (decimal): -3683365 or 14404551. OLE color: 14404551.
HSL color Cylindrical-coordinate representation of color #C7CBDB: hue angle of 228º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7CBDB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 203 | 219 | - |
CMYK | 0.09 | 0.07 | 0 | 0.14 |
HSL | 228º | 0.22% | 0.82% | - |
HSV(B) | 228º | 0.09% | 0.86% | - |
XYZ | 57.7 | 59.97 | 75.55 | - |
YUV | 203.63 | 136.67 | 124.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 203 | 219 | 0.09 | 0.07 | 0 | 0.14 | 228 | 0.22 | 0.82 |
Hex | C7 | CB | DB | 9 | 7 | 0 | E | E4 | 16 | 52 |
Octal | 307 | 313 | 333 | 11 | 7 | 0 | 16 | 344 | 26 | 122 |
Binary | 11000111 | 11001011 | 11011011 | 1001 | 111 | 0 | 1110 | 11100100 | 10110 | 1010010 |
Color Harmonies of #C7CBDB
Complementary color
Monochromatic Colors of #C7CBDB
Black with #C7CBDB
Text Example
Text Example
White with #C7CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBDB; }
p { color: rgb(199,203,219); }
H1.HeaderClassName
{
color: #C7CBDB;
}
.AnyTagClassName
{
color: #C7CBDB;
}
</style>
background-color css
<style>
a { background-color: #C7CBDB; }
a { background-color: rgb(199,203,219); }
div.DivClassName
{
background-color: #C7CBDB;
}
.BgClassName
{
background-color: #C7CBDB;
}
</style>
border-color css
<style>
span { border-color: #C7CBDB; }
span { border-color: rgb(199,203,219); }
td.TdClassName
{
border-color: #C7CBDB;
}
.TagClassName
{
border-color: #C7CBDB;
}
</style>