Shades of Link Water #C8CED5
Tints of Link Water #C8CED5
RGB
CMYK
RGB Variations
Color information
#C8CED5 (or 0xC8CED5) is known color: Link Water. HEX triplet: C8, CE and D5. RGB value is (200,206,213). Sum of RGB (Red+Green+Blue) = 200+206+213=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CED5 is #37312A. Grayscale: #CCCCCC. Windows color (decimal): -3617067 or 14012104. OLE color: 14012104.
HSL color Cylindrical-coordinate representation of color #C8CED5: hue angle of 212.31º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8CED5 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 206 | 213 | - |
CMYK | 0.06 | 0.03 | 0 | 0.16 |
HSL | 212.31º | 0.13% | 0.81% | - |
HSV(B) | 212.31º | 0.06% | 0.84% | - |
XYZ | 57.9 | 61.23 | 71.72 | - |
YUV | 205 | 132.51 | 124.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 206 | 213 | 0.06 | 0.03 | 0 | 0.16 | 212.31 | 0.13 | 0.81 |
Hex | C8 | CE | D5 | 6 | 3 | 0 | 10 | D4 | D | 51 |
Octal | 310 | 316 | 325 | 6 | 3 | 0 | 20 | 324 | 15 | 121 |
Binary | 11001000 | 11001110 | 11010101 | 110 | 11 | 0 | 10000 | 11010100 | 1101 | 1010001 |
Color Harmonies of #C8CED5
Complementary color
Monochromatic Colors of #C8CED5
Black with #C8CED5
Text Example
Text Example
White with #C8CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CED5; }
p { color: rgb(200,206,213); }
H1.HeaderClassName
{
color: #C8CED5;
}
.AnyTagClassName
{
color: #C8CED5;
}
</style>
background-color css
<style>
a { background-color: #C8CED5; }
a { background-color: rgb(200,206,213); }
div.DivClassName
{
background-color: #C8CED5;
}
.BgClassName
{
background-color: #C8CED5;
}
</style>
border-color css
<style>
span { border-color: #C8CED5; }
span { border-color: rgb(200,206,213); }
td.TdClassName
{
border-color: #C8CED5;
}
.TagClassName
{
border-color: #C8CED5;
}
</style>