Shades of Link Water #C4C8D1
Tints of Link Water #C4C8D1
RGB
CMYK
RGB Variations
Color information
#C4C8D1 (or 0xC4C8D1) is known color: Link Water. HEX triplet: C4, C8 and D1. RGB value is (196,200,209). Sum of RGB (Red+Green+Blue) = 196+200+209=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4C8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C8D1 is #3B372E. Grayscale: #C7C7C7. Windows color (decimal): -3880751 or 13748420. OLE color: 13748420.
HSL color Cylindrical-coordinate representation of color #C4C8D1: hue angle of 221.54º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4C8D1 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 200 | 209 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.18 |
| HSL | 221.54º | 0.12% | 0.79% | - |
| HSV(B) | 221.54º | 0.06% | 0.82% | - |
| XYZ | 54.93 | 57.65 | 68.55 | - |
| YUV | 199.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 209 | 0.06 | 0.04 | 0 | 0.18 | 221.54 | 0.12 | 0.79 |
| Hex | C4 | C8 | D1 | 6 | 4 | 0 | 12 | DE | C | 4F |
| Octal | 304 | 310 | 321 | 6 | 4 | 0 | 22 | 336 | 14 | 117 |
| Binary | 11000100 | 11001000 | 11010001 | 110 | 100 | 0 | 10010 | 11011110 | 1100 | 1001111 |
Color Harmonies of #C4C8D1
Complementary color
Monochromatic Colors of #C4C8D1
Black with #C4C8D1
Text Example
Text Example
White with #C4C8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8D1; }
p { color: rgb(196,200,209); }
H1.HeaderClassName
{
color: #C4C8D1;
}
.AnyTagClassName
{
color: #C4C8D1;
}
</style>
background-color css
<style>
a { background-color: #C4C8D1; }
a { background-color: rgb(196,200,209); }
div.DivClassName
{
background-color: #C4C8D1;
}
.BgClassName
{
background-color: #C4C8D1;
}
</style>
border-color css
<style>
span { border-color: #C4C8D1; }
span { border-color: rgb(196,200,209); }
td.TdClassName
{
border-color: #C4C8D1;
}
.TagClassName
{
border-color: #C4C8D1;
}
</style>