Shades of Link Water #C5D4E4
Tints of Link Water #C5D4E4
RGB
CMYK
RGB Variations
Color information
#C5D4E4 (or 0xC5D4E4) is known color: Link Water. HEX triplet: C5, D4 and E4. RGB value is (197,212,228). Sum of RGB (Red+Green+Blue) = 197+212+228=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5D4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D4E4 is #3A2B1B. Grayscale: #D1D1D1. Windows color (decimal): -3812124 or 14996677. OLE color: 14996677.
HSL color Cylindrical-coordinate representation of color #C5D4E4: hue angle of 210.97º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5D4E4 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 197 | 212 | 228 | - |
CMYK | 0.14 | 0.07 | 0 | 0.11 |
HSL | 210.97º | 0.36% | 0.83% | - |
HSV(B) | 210.97º | 0.14% | 0.89% | - |
XYZ | 60.57 | 64.56 | 82.67 | - |
YUV | 209.34 | 138.53 | 119.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 212 | 228 | 0.14 | 0.07 | 0 | 0.11 | 210.97 | 0.36 | 0.83 |
Hex | C5 | D4 | E4 | E | 7 | 0 | B | D3 | 24 | 53 |
Octal | 305 | 324 | 344 | 16 | 7 | 0 | 13 | 323 | 44 | 123 |
Binary | 11000101 | 11010100 | 11100100 | 1110 | 111 | 0 | 1011 | 11010011 | 100100 | 1010011 |
Color Harmonies of #C5D4E4
Complementary color
Monochromatic Colors of #C5D4E4
Black with #C5D4E4
Text Example
Text Example
White with #C5D4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D4E4; }
p { color: rgb(197,212,228); }
H1.HeaderClassName
{
color: #C5D4E4;
}
.AnyTagClassName
{
color: #C5D4E4;
}
</style>
background-color css
<style>
a { background-color: #C5D4E4; }
a { background-color: rgb(197,212,228); }
div.DivClassName
{
background-color: #C5D4E4;
}
.BgClassName
{
background-color: #C5D4E4;
}
</style>
border-color css
<style>
span { border-color: #C5D4E4; }
span { border-color: rgb(197,212,228); }
td.TdClassName
{
border-color: #C5D4E4;
}
.TagClassName
{
border-color: #C5D4E4;
}
</style>