Shades of Link Water #C4D3DD
Tints of Link Water #C4D3DD
RGB
CMYK
RGB Variations
Color information
#C4D3DD (or 0xC4D3DD) is known color: Link Water. HEX triplet: C4, D3 and DD. RGB value is (196,211,221). Sum of RGB (Red+Green+Blue) = 196+211+221=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3DD is #3B2C22. Grayscale: #CFCFCF. Windows color (decimal): -3877923 or 14537668. OLE color: 14537668.
HSL color Cylindrical-coordinate representation of color #C4D3DD: hue angle of 204º 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 #C4D3DD is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 211 | 221 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.13 |
| HSL | 204º | 0.27% | 0.82% | - |
| HSV(B) | 204º | 0.11% | 0.87% | - |
| XYZ | 59.11 | 63.54 | 77.56 | - |
| YUV | 207.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 221 | 0.11 | 0.05 | 0 | 0.13 | 204 | 0.27 | 0.82 |
| Hex | C4 | D3 | DD | B | 5 | 0 | D | CC | 1B | 52 |
| Octal | 304 | 323 | 335 | 13 | 5 | 0 | 15 | 314 | 33 | 122 |
| Binary | 11000100 | 11010011 | 11011101 | 1011 | 101 | 0 | 1101 | 11001100 | 11011 | 1010010 |
Color Harmonies of #C4D3DD
Complementary color
Monochromatic Colors of #C4D3DD
Black with #C4D3DD
Text Example
Text Example
White with #C4D3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D3DD; }
p { color: rgb(196,211,221); }
H1.HeaderClassName
{
color: #C4D3DD;
}
.AnyTagClassName
{
color: #C4D3DD;
}
</style>
background-color css
<style>
a { background-color: #C4D3DD; }
a { background-color: rgb(196,211,221); }
div.DivClassName
{
background-color: #C4D3DD;
}
.BgClassName
{
background-color: #C4D3DD;
}
</style>
border-color css
<style>
span { border-color: #C4D3DD; }
span { border-color: rgb(196,211,221); }
td.TdClassName
{
border-color: #C4D3DD;
}
.TagClassName
{
border-color: #C4D3DD;
}
</style>