Shades of Link Water #C4D1DD
Tints of Link Water #C4D1DD
RGB
CMYK
RGB Variations
Color information
#C4D1DD (or 0xC4D1DD) is known color: Link Water. HEX triplet: C4, D1 and DD. RGB value is (196,209,221). Sum of RGB (Red+Green+Blue) = 196+209+221=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D1DD is #3B2E22. Grayscale: #CECECE. Windows color (decimal): -3878435 or 14537156. OLE color: 14537156.
HSL color Cylindrical-coordinate representation of color #C4D1DD: hue angle of 208.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D1DD is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 196 | 209 | 221 | - |
CMYK | 0.11 | 0.05 | 0 | 0.13 |
HSL | 208.8º | 0.27% | 0.82% | - |
HSV(B) | 208.8º | 0.11% | 0.87% | - |
XYZ | 58.62 | 62.56 | 77.39 | - |
YUV | 206.48 | 136.19 | 120.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 209 | 221 | 0.11 | 0.05 | 0 | 0.13 | 208.8 | 0.27 | 0.82 |
Hex | C4 | D1 | DD | B | 5 | 0 | D | D1 | 1B | 52 |
Octal | 304 | 321 | 335 | 13 | 5 | 0 | 15 | 321 | 33 | 122 |
Binary | 11000100 | 11010001 | 11011101 | 1011 | 101 | 0 | 1101 | 11010001 | 11011 | 1010010 |
Color Harmonies of #C4D1DD
Complementary color
Monochromatic Colors of #C4D1DD
Black with #C4D1DD
Text Example
Text Example
White with #C4D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D1DD; }
p { color: rgb(196,209,221); }
H1.HeaderClassName
{
color: #C4D1DD;
}
.AnyTagClassName
{
color: #C4D1DD;
}
</style>
background-color css
<style>
a { background-color: #C4D1DD; }
a { background-color: rgb(196,209,221); }
div.DivClassName
{
background-color: #C4D1DD;
}
.BgClassName
{
background-color: #C4D1DD;
}
</style>
border-color css
<style>
span { border-color: #C4D1DD; }
span { border-color: rgb(196,209,221); }
td.TdClassName
{
border-color: #C4D1DD;
}
.TagClassName
{
border-color: #C4D1DD;
}
</style>