Shades of Link Water #D4D7DA
Tints of Link Water #D4D7DA
RGB
CMYK
RGB Variations
Color information
#D4D7DA (or 0xD4D7DA) is known color: Link Water. HEX triplet: D4, D7 and DA. RGB value is (212,215,218). Sum of RGB (Red+Green+Blue) = 212+215+218=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4D7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D7DA is #2B2825. Grayscale: #D6D6D6. Windows color (decimal): -2828326 or 14342100. OLE color: 14342100.
HSL color Cylindrical-coordinate representation of color #D4D7DA: hue angle of 210º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4D7DA is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 215 | 218 | - |
CMYK | 0.03 | 0.01 | 0 | 0.15 |
HSL | 210º | 0.08% | 0.84% | - |
HSV(B) | 210º | 0.03% | 0.85% | - |
XYZ | 64.11 | 67.66 | 76.01 | - |
YUV | 214.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 215 | 218 | 0.03 | 0.01 | 0 | 0.15 | 210 | 0.08 | 0.84 |
Hex | D4 | D7 | DA | 3 | 1 | 0 | F | D2 | 8 | 54 |
Octal | 324 | 327 | 332 | 3 | 1 | 0 | 17 | 322 | 10 | 124 |
Binary | 11010100 | 11010111 | 11011010 | 11 | 1 | 0 | 1111 | 11010010 | 1000 | 1010100 |
Color Harmonies of #D4D7DA
Complementary color
Monochromatic Colors of #D4D7DA
Black with #D4D7DA
Text Example
Text Example
White with #D4D7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D7DA; }
p { color: rgb(212,215,218); }
H1.HeaderClassName
{
color: #D4D7DA;
}
.AnyTagClassName
{
color: #D4D7DA;
}
</style>
background-color css
<style>
a { background-color: #D4D7DA; }
a { background-color: rgb(212,215,218); }
div.DivClassName
{
background-color: #D4D7DA;
}
.BgClassName
{
background-color: #D4D7DA;
}
</style>
border-color css
<style>
span { border-color: #D4D7DA; }
span { border-color: rgb(212,215,218); }
td.TdClassName
{
border-color: #D4D7DA;
}
.TagClassName
{
border-color: #D4D7DA;
}
</style>