Shades of Athens Grey #D3DADB
Tints of Athens Grey #D3DADB
RGB
CMYK
RGB Variations
Color information
#D3DADB (or 0xD3DADB) is known color: Athens Grey. HEX triplet: D3, DA and DB. RGB value is (211,218,219). Sum of RGB (Red+Green+Blue) = 211+218+219=648 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.56% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DADB is #2C2524. Grayscale: #D8D8D8. Windows color (decimal): -2893093 or 14408403. OLE color: 14408403.
HSL color Cylindrical-coordinate representation of color #D3DADB: hue angle of 187.5º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3DADB is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 211 | 218 | 219 | - |
CMYK | 0.04 | 0.00 | 0 | 0.14 |
HSL | 187.5º | 0.1% | 0.84% | - |
HSV(B) | 187.5º | 0.04% | 0.86% | - |
XYZ | 64.72 | 69.11 | 76.95 | - |
YUV | 216.02 | 129.68 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 218 | 219 | 0.04 | 0.00 | 0 | 0.14 | 187.5 | 0.1 | 0.84 |
Hex | D3 | DA | DB | 4 | 0 | 0 | E | BC | A | 54 |
Octal | 323 | 332 | 333 | 4 | 0 | 0 | 16 | 274 | 12 | 124 |
Binary | 11010011 | 11011010 | 11011011 | 100 | 0 | 0 | 1110 | 10111100 | 1010 | 1010100 |
Color Harmonies of #D3DADB
Complementary color
Monochromatic Colors of #D3DADB
Black with #D3DADB
Text Example
Text Example
White with #D3DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DADB; }
p { color: rgb(211,218,219); }
H1.HeaderClassName
{
color: #D3DADB;
}
.AnyTagClassName
{
color: #D3DADB;
}
</style>
background-color css
<style>
a { background-color: #D3DADB; }
a { background-color: rgb(211,218,219); }
div.DivClassName
{
background-color: #D3DADB;
}
.BgClassName
{
background-color: #D3DADB;
}
</style>
border-color css
<style>
span { border-color: #D3DADB; }
span { border-color: rgb(211,218,219); }
td.TdClassName
{
border-color: #D3DADB;
}
.TagClassName
{
border-color: #D3DADB;
}
</style>