Shades of Link Water #C8CEDD
Tints of Link Water #C8CEDD
RGB
CMYK
RGB Variations
Color information
#C8CEDD (or 0xC8CEDD) is known color: Link Water. HEX triplet: C8, CE and DD. RGB value is (200,206,221). Sum of RGB (Red+Green+Blue) = 200+206+221=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEDD is #373122. Grayscale: #CDCDCD. Windows color (decimal): -3617059 or 14536392. OLE color: 14536392.
HSL color Cylindrical-coordinate representation of color #C8CEDD: hue angle of 222.86º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8CEDD is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 206 | 221 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.13 |
| HSL | 222.86º | 0.24% | 0.83% | - |
| HSV(B) | 222.86º | 0.1% | 0.87% | - |
| XYZ | 58.94 | 61.64 | 77.2 | - |
| YUV | 205.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 221 | 0.10 | 0.07 | 0 | 0.13 | 222.86 | 0.24 | 0.83 |
| Hex | C8 | CE | DD | A | 7 | 0 | D | DF | 18 | 53 |
| Octal | 310 | 316 | 335 | 12 | 7 | 0 | 15 | 337 | 30 | 123 |
| Binary | 11001000 | 11001110 | 11011101 | 1010 | 111 | 0 | 1101 | 11011111 | 11000 | 1010011 |
Color Harmonies of #C8CEDD
Complementary color
Monochromatic Colors of #C8CEDD
Black with #C8CEDD
Text Example
Text Example
White with #C8CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEDD; }
p { color: rgb(200,206,221); }
H1.HeaderClassName
{
color: #C8CEDD;
}
.AnyTagClassName
{
color: #C8CEDD;
}
</style>
background-color css
<style>
a { background-color: #C8CEDD; }
a { background-color: rgb(200,206,221); }
div.DivClassName
{
background-color: #C8CEDD;
}
.BgClassName
{
background-color: #C8CEDD;
}
</style>
border-color css
<style>
span { border-color: #C8CEDD; }
span { border-color: rgb(200,206,221); }
td.TdClassName
{
border-color: #C8CEDD;
}
.TagClassName
{
border-color: #C8CEDD;
}
</style>