Shades of Link Water #C4D5E4
Tints of Link Water #C4D5E4
RGB
CMYK
RGB Variations
Color information
#C4D5E4 (or 0xC4D5E4) is known color: Link Water. HEX triplet: C4, D5 and E4. RGB value is (196,213,228). Sum of RGB (Red+Green+Blue) = 196+213+228=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 213 (83.59% from 255 or 33.44% 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 #C4D5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5E4 is #3B2A1B. Grayscale: #D1D1D1. Windows color (decimal): -3877404 or 14996932. OLE color: 14996932.
HSL color Cylindrical-coordinate representation of color #C4D5E4: hue angle of 208.12º degrees, saturation: 0.37, 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 #C4D5E4 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 196 | 213 | 228 | - |
CMYK | 0.14 | 0.07 | 0 | 0.11 |
HSL | 208.13º | 0.37% | 0.83% | - |
HSV(B) | 208.13º | 0.14% | 0.89% | - |
XYZ | 60.56 | 64.93 | 82.74 | - |
YUV | 209.63 | 138.37 | 118.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 213 | 228 | 0.14 | 0.07 | 0 | 0.11 | 208.13 | 0.37 | 0.83 |
Hex | C4 | D5 | E4 | E | 7 | 0 | B | D0 | 25 | 53 |
Octal | 304 | 325 | 344 | 16 | 7 | 0 | 13 | 320 | 45 | 123 |
Binary | 11000100 | 11010101 | 11100100 | 1110 | 111 | 0 | 1011 | 11010000 | 100101 | 1010011 |
Color Harmonies of #C4D5E4
Complementary color
Monochromatic Colors of #C4D5E4
Black with #C4D5E4
Text Example
Text Example
White with #C4D5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5E4; }
p { color: rgb(196,213,228); }
H1.HeaderClassName
{
color: #C4D5E4;
}
.AnyTagClassName
{
color: #C4D5E4;
}
</style>
background-color css
<style>
a { background-color: #C4D5E4; }
a { background-color: rgb(196,213,228); }
div.DivClassName
{
background-color: #C4D5E4;
}
.BgClassName
{
background-color: #C4D5E4;
}
</style>
border-color css
<style>
span { border-color: #C4D5E4; }
span { border-color: rgb(196,213,228); }
td.TdClassName
{
border-color: #C4D5E4;
}
.TagClassName
{
border-color: #C4D5E4;
}
</style>