Shades of Link Water #D4D5DA
Tints of Link Water #D4D5DA
RGB
CMYK
RGB Variations
Color information
#D4D5DA (or 0xD4D5DA) is known color: Link Water. HEX triplet: D4, D5 and DA. RGB value is (212,213,218). Sum of RGB (Red+Green+Blue) = 212+213+218=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4D5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5DA is #2B2A25. Grayscale: #D5D5D5. Windows color (decimal): -2828838 or 14341588. OLE color: 14341588.
HSL color Cylindrical-coordinate representation of color #D4D5DA: hue angle of 230º 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 #D4D5DA is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 213 | 218 | - |
CMYK | 0.03 | 0.02 | 0 | 0.15 |
HSL | 230º | 0.08% | 0.84% | - |
HSV(B) | 230º | 0.03% | 0.85% | - |
XYZ | 63.6 | 66.65 | 75.84 | - |
YUV | 213.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 213 | 218 | 0.03 | 0.02 | 0 | 0.15 | 230 | 0.08 | 0.84 |
Hex | D4 | D5 | DA | 3 | 2 | 0 | F | E6 | 8 | 54 |
Octal | 324 | 325 | 332 | 3 | 2 | 0 | 17 | 346 | 10 | 124 |
Binary | 11010100 | 11010101 | 11011010 | 11 | 10 | 0 | 1111 | 11100110 | 1000 | 1010100 |
Color Harmonies of #D4D5DA
Complementary color
Monochromatic Colors of #D4D5DA
Black with #D4D5DA
Text Example
Text Example
White with #D4D5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D5DA; }
p { color: rgb(212,213,218); }
H1.HeaderClassName
{
color: #D4D5DA;
}
.AnyTagClassName
{
color: #D4D5DA;
}
</style>
background-color css
<style>
a { background-color: #D4D5DA; }
a { background-color: rgb(212,213,218); }
div.DivClassName
{
background-color: #D4D5DA;
}
.BgClassName
{
background-color: #D4D5DA;
}
</style>
border-color css
<style>
span { border-color: #D4D5DA; }
span { border-color: rgb(212,213,218); }
td.TdClassName
{
border-color: #D4D5DA;
}
.TagClassName
{
border-color: #D4D5DA;
}
</style>