Shades of Link Water #C1D4E4
Tints of Link Water #C1D4E4
RGB
CMYK
RGB Variations
Color information
#C1D4E4 (or 0xC1D4E4) is known color: Link Water. HEX triplet: C1, D4 and E4. RGB value is (193,212,228). Sum of RGB (Red+Green+Blue) = 193+212+228=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #C1D4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D4E4 is #3E2B1B. Grayscale: #D0D0D0. Windows color (decimal): -4074268 or 14996673. OLE color: 14996673.
HSL color Cylindrical-coordinate representation of color #C1D4E4: hue angle of 207.43º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1D4E4 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 212 | 228 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.11 |
| HSL | 207.43º | 0.39% | 0.83% | - |
| HSV(B) | 207.43º | 0.15% | 0.89% | - |
| XYZ | 59.54 | 64.03 | 82.62 | - |
| YUV | 208.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 212 | 228 | 0.15 | 0.07 | 0 | 0.11 | 207.43 | 0.39 | 0.83 |
| Hex | C1 | D4 | E4 | F | 7 | 0 | B | CF | 27 | 53 |
| Octal | 301 | 324 | 344 | 17 | 7 | 0 | 13 | 317 | 47 | 123 |
| Binary | 11000001 | 11010100 | 11100100 | 1111 | 111 | 0 | 1011 | 11001111 | 100111 | 1010011 |
Color Harmonies of #C1D4E4
Complementary color
Monochromatic Colors of #C1D4E4
Black with #C1D4E4
Text Example
Text Example
White with #C1D4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D4E4; }
p { color: rgb(193,212,228); }
H1.HeaderClassName
{
color: #C1D4E4;
}
.AnyTagClassName
{
color: #C1D4E4;
}
</style>
background-color css
<style>
a { background-color: #C1D4E4; }
a { background-color: rgb(193,212,228); }
div.DivClassName
{
background-color: #C1D4E4;
}
.BgClassName
{
background-color: #C1D4E4;
}
</style>
border-color css
<style>
span { border-color: #C1D4E4; }
span { border-color: rgb(193,212,228); }
td.TdClassName
{
border-color: #C1D4E4;
}
.TagClassName
{
border-color: #C1D4E4;
}
</style>