Shades of Link Water #C2C8DB
Tints of Link Water #C2C8DB
RGB
CMYK
RGB Variations
Color information
#C2C8DB (or 0xC2C8DB) is known color: Link Water. HEX triplet: C2, C8 and DB. RGB value is (194,200,219). Sum of RGB (Red+Green+Blue) = 194+200+219=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C8DB is #3D3724. Grayscale: #C8C8C8. Windows color (decimal): -4011813 or 14403778. OLE color: 14403778.
HSL color Cylindrical-coordinate representation of color #C2C8DB: hue angle of 225.6º degrees, saturation: 0.26, 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 #C2C8DB is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 200 | 219 | - |
CMYK | 0.11 | 0.09 | 0 | 0.14 |
HSL | 225.6º | 0.26% | 0.81% | - |
HSV(B) | 225.6º | 0.11% | 0.86% | - |
XYZ | 55.69 | 57.89 | 75.26 | - |
YUV | 200.37 | 138.51 | 123.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 200 | 219 | 0.11 | 0.09 | 0 | 0.14 | 225.6 | 0.26 | 0.81 |
Hex | C2 | C8 | DB | B | 9 | 0 | E | E2 | 1A | 51 |
Octal | 302 | 310 | 333 | 13 | 11 | 0 | 16 | 342 | 32 | 121 |
Binary | 11000010 | 11001000 | 11011011 | 1011 | 1001 | 0 | 1110 | 11100010 | 11010 | 1010001 |
Color Harmonies of #C2C8DB
Complementary color
Monochromatic Colors of #C2C8DB
Black with #C2C8DB
Text Example
Text Example
White with #C2C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C8DB; }
p { color: rgb(194,200,219); }
H1.HeaderClassName
{
color: #C2C8DB;
}
.AnyTagClassName
{
color: #C2C8DB;
}
</style>
background-color css
<style>
a { background-color: #C2C8DB; }
a { background-color: rgb(194,200,219); }
div.DivClassName
{
background-color: #C2C8DB;
}
.BgClassName
{
background-color: #C2C8DB;
}
</style>
border-color css
<style>
span { border-color: #C2C8DB; }
span { border-color: rgb(194,200,219); }
td.TdClassName
{
border-color: #C2C8DB;
}
.TagClassName
{
border-color: #C2C8DB;
}
</style>