Shades of Link Water #C8CCDB
Tints of Link Water #C8CCDB
RGB
CMYK
RGB Variations
Color information
#C8CCDB (or 0xC8CCDB) is known color: Link Water. HEX triplet: C8, CC and DB. RGB value is (200,204,219). Sum of RGB (Red+Green+Blue) = 200+204+219=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCDB is #373324. Grayscale: #CCCCCC. Windows color (decimal): -3617573 or 14404808. OLE color: 14404808.
HSL color Cylindrical-coordinate representation of color #C8CCDB: hue angle of 227.37º degrees, saturation: 0.21, 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 #C8CCDB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 204 | 219 | - |
CMYK | 0.09 | 0.07 | 0 | 0.14 |
HSL | 227.37º | 0.21% | 0.82% | - |
HSV(B) | 227.37º | 0.09% | 0.86% | - |
XYZ | 58.2 | 60.58 | 75.64 | - |
YUV | 204.51 | 136.17 | 124.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 219 | 0.09 | 0.07 | 0 | 0.14 | 227.37 | 0.21 | 0.82 |
Hex | C8 | CC | DB | 9 | 7 | 0 | E | E3 | 15 | 52 |
Octal | 310 | 314 | 333 | 11 | 7 | 0 | 16 | 343 | 25 | 122 |
Binary | 11001000 | 11001100 | 11011011 | 1001 | 111 | 0 | 1110 | 11100011 | 10101 | 1010010 |
Color Harmonies of #C8CCDB
Complementary color
Monochromatic Colors of #C8CCDB
Black with #C8CCDB
Text Example
Text Example
White with #C8CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCDB; }
p { color: rgb(200,204,219); }
H1.HeaderClassName
{
color: #C8CCDB;
}
.AnyTagClassName
{
color: #C8CCDB;
}
</style>
background-color css
<style>
a { background-color: #C8CCDB; }
a { background-color: rgb(200,204,219); }
div.DivClassName
{
background-color: #C8CCDB;
}
.BgClassName
{
background-color: #C8CCDB;
}
</style>
border-color css
<style>
span { border-color: #C8CCDB; }
span { border-color: rgb(200,204,219); }
td.TdClassName
{
border-color: #C8CCDB;
}
.TagClassName
{
border-color: #C8CCDB;
}
</style>