Shades of Link Water #D0D4D7
Tints of Link Water #D0D4D7
RGB
CMYK
RGB Variations
Color information
#D0D4D7 (or 0xD0D4D7) is known color: Link Water. HEX triplet: D0, D4 and D7. RGB value is (208,212,215). Sum of RGB (Red+Green+Blue) = 208+212+215=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0D4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4D7 is #2F2B28. Grayscale: #D3D3D3. Windows color (decimal): -3091241 or 14144720. OLE color: 14144720.
HSL color Cylindrical-coordinate representation of color #D0D4D7: hue angle of 205.71º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0D4D7 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 208 | 212 | 215 | - |
CMYK | 0.03 | 0.01 | 0 | 0.16 |
HSL | 205.71º | 0.08% | 0.83% | - |
HSV(B) | 205.71º | 0.03% | 0.84% | - |
XYZ | 61.82 | 65.4 | 73.66 | - |
YUV | 211.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 212 | 215 | 0.03 | 0.01 | 0 | 0.16 | 205.71 | 0.08 | 0.83 |
Hex | D0 | D4 | D7 | 3 | 1 | 0 | 10 | CE | 8 | 53 |
Octal | 320 | 324 | 327 | 3 | 1 | 0 | 20 | 316 | 10 | 123 |
Binary | 11010000 | 11010100 | 11010111 | 11 | 1 | 0 | 10000 | 11001110 | 1000 | 1010011 |
Color Harmonies of #D0D4D7
Complementary color
Monochromatic Colors of #D0D4D7
Black with #D0D4D7
Text Example
Text Example
White with #D0D4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D4D7; }
p { color: rgb(208,212,215); }
H1.HeaderClassName
{
color: #D0D4D7;
}
.AnyTagClassName
{
color: #D0D4D7;
}
</style>
background-color css
<style>
a { background-color: #D0D4D7; }
a { background-color: rgb(208,212,215); }
div.DivClassName
{
background-color: #D0D4D7;
}
.BgClassName
{
background-color: #D0D4D7;
}
</style>
border-color css
<style>
span { border-color: #D0D4D7; }
span { border-color: rgb(208,212,215); }
td.TdClassName
{
border-color: #D0D4D7;
}
.TagClassName
{
border-color: #D0D4D7;
}
</style>