Shades of Link Water #C4CFD8
Tints of Link Water #C4CFD8
RGB
CMYK
RGB Variations
Color information
#C4CFD8 (or 0xC4CFD8) is known color: Link Water. HEX triplet: C4, CF and D8. RGB value is (196,207,216). Sum of RGB (Red+Green+Blue) = 196+207+216=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 216 - color contains mainly: blue. Hex color #C4CFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFD8 is #3B3027. Grayscale: #CCCCCC. Windows color (decimal): -3878952 or 14208964. OLE color: 14208964.
HSL color Cylindrical-coordinate representation of color #C4CFD8: hue angle of 207º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4CFD8 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 207 | 216 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.15 |
| HSL | 207º | 0.2% | 0.81% | - |
| HSV(B) | 207º | 0.09% | 0.85% | - |
| XYZ | 57.47 | 61.32 | 73.77 | - |
| YUV | 204.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 216 | 0.09 | 0.04 | 0 | 0.15 | 207 | 0.2 | 0.81 |
| Hex | C4 | CF | D8 | 9 | 4 | 0 | F | CF | 14 | 51 |
| Octal | 304 | 317 | 330 | 11 | 4 | 0 | 17 | 317 | 24 | 121 |
| Binary | 11000100 | 11001111 | 11011000 | 1001 | 100 | 0 | 1111 | 11001111 | 10100 | 1010001 |
Color Harmonies of #C4CFD8
Complementary color
Monochromatic Colors of #C4CFD8
Black with #C4CFD8
Text Example
Text Example
White with #C4CFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFD8; }
p { color: rgb(196,207,216); }
H1.HeaderClassName
{
color: #C4CFD8;
}
.AnyTagClassName
{
color: #C4CFD8;
}
</style>
background-color css
<style>
a { background-color: #C4CFD8; }
a { background-color: rgb(196,207,216); }
div.DivClassName
{
background-color: #C4CFD8;
}
.BgClassName
{
background-color: #C4CFD8;
}
</style>
border-color css
<style>
span { border-color: #C4CFD8; }
span { border-color: rgb(196,207,216); }
td.TdClassName
{
border-color: #C4CFD8;
}
.TagClassName
{
border-color: #C4CFD8;
}
</style>