Shades of Link Water #C8CCD5
Tints of Link Water #C8CCD5
RGB
CMYK
RGB Variations
Color information
#C8CCD5 (or 0xC8CCD5) is known color: Link Water. HEX triplet: C8, CC and D5. RGB value is (200,204,213). Sum of RGB (Red+Green+Blue) = 200+204+213=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCD5 is #37332A. Grayscale: #CBCBCB. Windows color (decimal): -3617579 or 14011592. OLE color: 14011592.
HSL color Cylindrical-coordinate representation of color #C8CCD5: hue angle of 221.54º 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 #C8CCD5 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 204 | 213 | - |
CMYK | 0.06 | 0.04 | 0 | 0.16 |
HSL | 221.54º | 0.13% | 0.81% | - |
HSV(B) | 221.54º | 0.06% | 0.84% | - |
XYZ | 57.42 | 60.27 | 71.56 | - |
YUV | 203.83 | 133.17 | 125.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 213 | 0.06 | 0.04 | 0 | 0.16 | 221.54 | 0.13 | 0.81 |
Hex | C8 | CC | D5 | 6 | 4 | 0 | 10 | DE | D | 51 |
Octal | 310 | 314 | 325 | 6 | 4 | 0 | 20 | 336 | 15 | 121 |
Binary | 11001000 | 11001100 | 11010101 | 110 | 100 | 0 | 10000 | 11011110 | 1101 | 1010001 |
Color Harmonies of #C8CCD5
Complementary color
Monochromatic Colors of #C8CCD5
Black with #C8CCD5
Text Example
Text Example
White with #C8CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCD5; }
p { color: rgb(200,204,213); }
H1.HeaderClassName
{
color: #C8CCD5;
}
.AnyTagClassName
{
color: #C8CCD5;
}
</style>
background-color css
<style>
a { background-color: #C8CCD5; }
a { background-color: rgb(200,204,213); }
div.DivClassName
{
background-color: #C8CCD5;
}
.BgClassName
{
background-color: #C8CCD5;
}
</style>
border-color css
<style>
span { border-color: #C8CCD5; }
span { border-color: rgb(200,204,213); }
td.TdClassName
{
border-color: #C8CCD5;
}
.TagClassName
{
border-color: #C8CCD5;
}
</style>