Shades of Link Water #C7CCDB
Tints of Link Water #C7CCDB
RGB
CMYK
RGB Variations
Color information
#C7CCDB (or 0xC7CCDB) is known color: Link Water. HEX triplet: C7, CC and DB. RGB value is (199,204,219). Sum of RGB (Red+Green+Blue) = 199+204+219=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCDB is #383324. Grayscale: #CCCCCC. Windows color (decimal): -3683109 or 14404807. OLE color: 14404807.
HSL color Cylindrical-coordinate representation of color #C7CCDB: hue angle of 225º 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 #C7CCDB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 204 | 219 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.14 |
| HSL | 225º | 0.22% | 0.82% | - |
| HSV(B) | 225º | 0.09% | 0.86% | - |
| XYZ | 57.93 | 60.44 | 75.63 | - |
| YUV | 204.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 219 | 0.09 | 0.07 | 0 | 0.14 | 225 | 0.22 | 0.82 |
| Hex | C7 | CC | DB | 9 | 7 | 0 | E | E1 | 16 | 52 |
| Octal | 307 | 314 | 333 | 11 | 7 | 0 | 16 | 341 | 26 | 122 |
| Binary | 11000111 | 11001100 | 11011011 | 1001 | 111 | 0 | 1110 | 11100001 | 10110 | 1010010 |
Color Harmonies of #C7CCDB
Complementary color
Monochromatic Colors of #C7CCDB
Black with #C7CCDB
Text Example
Text Example
White with #C7CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCDB; }
p { color: rgb(199,204,219); }
H1.HeaderClassName
{
color: #C7CCDB;
}
.AnyTagClassName
{
color: #C7CCDB;
}
</style>
background-color css
<style>
a { background-color: #C7CCDB; }
a { background-color: rgb(199,204,219); }
div.DivClassName
{
background-color: #C7CCDB;
}
.BgClassName
{
background-color: #C7CCDB;
}
</style>
border-color css
<style>
span { border-color: #C7CCDB; }
span { border-color: rgb(199,204,219); }
td.TdClassName
{
border-color: #C7CCDB;
}
.TagClassName
{
border-color: #C7CCDB;
}
</style>