Shades of Link Water #C5CED4
Tints of Link Water #C5CED4
RGB
CMYK
RGB Variations
Color information
#C5CED4 (or 0xC5CED4) is known color: Link Water. HEX triplet: C5, CE and D4. RGB value is (197,206,212). Sum of RGB (Red+Green+Blue) = 197+206+212=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 212 - color contains mainly: blue. Hex color #C5CED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CED4 is #3A312B. Grayscale: #CBCBCB. Windows color (decimal): -3813676 or 13946565. OLE color: 13946565.
HSL color Cylindrical-coordinate representation of color #C5CED4: hue angle of 204º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5CED4 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 197 | 206 | 212 | - |
CMYK | 0.07 | 0.03 | 0 | 0.17 |
HSL | 204º | 0.15% | 0.8% | - |
HSV(B) | 204º | 0.07% | 0.83% | - |
XYZ | 56.98 | 60.77 | 71.01 | - |
YUV | 203.99 | 132.52 | 123.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 206 | 212 | 0.07 | 0.03 | 0 | 0.17 | 204 | 0.15 | 0.8 |
Hex | C5 | CE | D4 | 7 | 3 | 0 | 11 | CC | F | 50 |
Octal | 305 | 316 | 324 | 7 | 3 | 0 | 21 | 314 | 17 | 120 |
Binary | 11000101 | 11001110 | 11010100 | 111 | 11 | 0 | 10001 | 11001100 | 1111 | 1010000 |
Color Harmonies of #C5CED4
Complementary color
Monochromatic Colors of #C5CED4
Black with #C5CED4
Text Example
Text Example
White with #C5CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CED4; }
p { color: rgb(197,206,212); }
H1.HeaderClassName
{
color: #C5CED4;
}
.AnyTagClassName
{
color: #C5CED4;
}
</style>
background-color css
<style>
a { background-color: #C5CED4; }
a { background-color: rgb(197,206,212); }
div.DivClassName
{
background-color: #C5CED4;
}
.BgClassName
{
background-color: #C5CED4;
}
</style>
border-color css
<style>
span { border-color: #C5CED4; }
span { border-color: rgb(197,206,212); }
td.TdClassName
{
border-color: #C5CED4;
}
.TagClassName
{
border-color: #C5CED4;
}
</style>