Shades of Link Water #C8CEDB
Tints of Link Water #C8CEDB
RGB
CMYK
RGB Variations
Color information
#C8CEDB (or 0xC8CEDB) is known color: Link Water. HEX triplet: C8, CE and DB. RGB value is (200,206,219). Sum of RGB (Red+Green+Blue) = 200+206+219=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEDB is #373124. Grayscale: #CDCDCD. Windows color (decimal): -3617061 or 14405320. OLE color: 14405320.
HSL color Cylindrical-coordinate representation of color #C8CEDB: hue angle of 221.05º 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 #C8CEDB is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 206 | 219 | - |
CMYK | 0.09 | 0.06 | 0 | 0.14 |
HSL | 221.05º | 0.21% | 0.82% | - |
HSV(B) | 221.05º | 0.09% | 0.86% | - |
XYZ | 58.68 | 61.54 | 75.8 | - |
YUV | 205.69 | 135.51 | 123.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 206 | 219 | 0.09 | 0.06 | 0 | 0.14 | 221.05 | 0.21 | 0.82 |
Hex | C8 | CE | DB | 9 | 6 | 0 | E | DD | 15 | 52 |
Octal | 310 | 316 | 333 | 11 | 6 | 0 | 16 | 335 | 25 | 122 |
Binary | 11001000 | 11001110 | 11011011 | 1001 | 110 | 0 | 1110 | 11011101 | 10101 | 1010010 |
Color Harmonies of #C8CEDB
Complementary color
Monochromatic Colors of #C8CEDB
Black with #C8CEDB
Text Example
Text Example
White with #C8CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEDB; }
p { color: rgb(200,206,219); }
H1.HeaderClassName
{
color: #C8CEDB;
}
.AnyTagClassName
{
color: #C8CEDB;
}
</style>
background-color css
<style>
a { background-color: #C8CEDB; }
a { background-color: rgb(200,206,219); }
div.DivClassName
{
background-color: #C8CEDB;
}
.BgClassName
{
background-color: #C8CEDB;
}
</style>
border-color css
<style>
span { border-color: #C8CEDB; }
span { border-color: rgb(200,206,219); }
td.TdClassName
{
border-color: #C8CEDB;
}
.TagClassName
{
border-color: #C8CEDB;
}
</style>