Shades of Link Water #D0D3DB
Tints of Link Water #D0D3DB
RGB
CMYK
RGB Variations
Color information
#D0D3DB (or 0xD0D3DB) is known color: Link Water. HEX triplet: D0, D3 and DB. RGB value is (208,211,219). Sum of RGB (Red+Green+Blue) = 208+211+219=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0D3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D3DB is #2F2C24. Grayscale: #D2D2D2. Windows color (decimal): -3091493 or 14406608. OLE color: 14406608.
HSL color Cylindrical-coordinate representation of color #D0D3DB: hue angle of 223.64º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0D3DB is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 211 | 219 | - |
CMYK | 0.05 | 0.04 | 0 | 0.14 |
HSL | 223.64º | 0.13% | 0.84% | - |
HSV(B) | 223.64º | 0.05% | 0.86% | - |
XYZ | 62.09 | 65.11 | 76.31 | - |
YUV | 211.02 | 132.51 | 125.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 211 | 219 | 0.05 | 0.04 | 0 | 0.14 | 223.64 | 0.13 | 0.84 |
Hex | D0 | D3 | DB | 5 | 4 | 0 | E | E0 | D | 54 |
Octal | 320 | 323 | 333 | 5 | 4 | 0 | 16 | 340 | 15 | 124 |
Binary | 11010000 | 11010011 | 11011011 | 101 | 100 | 0 | 1110 | 11100000 | 1101 | 1010100 |
Color Harmonies of #D0D3DB
Complementary color
Monochromatic Colors of #D0D3DB
Black with #D0D3DB
Text Example
Text Example
White with #D0D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D3DB; }
p { color: rgb(208,211,219); }
H1.HeaderClassName
{
color: #D0D3DB;
}
.AnyTagClassName
{
color: #D0D3DB;
}
</style>
background-color css
<style>
a { background-color: #D0D3DB; }
a { background-color: rgb(208,211,219); }
div.DivClassName
{
background-color: #D0D3DB;
}
.BgClassName
{
background-color: #D0D3DB;
}
</style>
border-color css
<style>
span { border-color: #D0D3DB; }
span { border-color: rgb(208,211,219); }
td.TdClassName
{
border-color: #D0D3DB;
}
.TagClassName
{
border-color: #D0D3DB;
}
</style>