Shades of Athens Grey #D6DADB
Tints of Athens Grey #D6DADB
RGB
CMYK
RGB Variations
Color information
#D6DADB (or 0xD6DADB) is known color: Athens Grey. HEX triplet: D6, DA and DB. RGB value is (214,218,219). Sum of RGB (Red+Green+Blue) = 214+218+219=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DADB is #292524. Grayscale: #D8D8D8. Windows color (decimal): -2696485 or 14408406. OLE color: 14408406.
HSL color Cylindrical-coordinate representation of color #D6DADB: hue angle of 192º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D6DADB is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 214 | 218 | 219 | - |
CMYK | 0.02 | 0.00 | 0 | 0.14 |
HSL | 192º | 0.06% | 0.85% | - |
HSV(B) | 192º | 0.02% | 0.86% | - |
XYZ | 65.59 | 69.55 | 76.99 | - |
YUV | 216.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 218 | 219 | 0.02 | 0.00 | 0 | 0.14 | 192 | 0.06 | 0.85 |
Hex | D6 | DA | DB | 2 | 0 | 0 | E | C0 | 6 | 55 |
Octal | 326 | 332 | 333 | 2 | 0 | 0 | 16 | 300 | 6 | 125 |
Binary | 11010110 | 11011010 | 11011011 | 10 | 0 | 0 | 1110 | 11000000 | 110 | 1010101 |
Color Harmonies of #D6DADB
Complementary color
Monochromatic Colors of #D6DADB
Black with #D6DADB
Text Example
Text Example
White with #D6DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DADB; }
p { color: rgb(214,218,219); }
H1.HeaderClassName
{
color: #D6DADB;
}
.AnyTagClassName
{
color: #D6DADB;
}
</style>
background-color css
<style>
a { background-color: #D6DADB; }
a { background-color: rgb(214,218,219); }
div.DivClassName
{
background-color: #D6DADB;
}
.BgClassName
{
background-color: #D6DADB;
}
</style>
border-color css
<style>
span { border-color: #D6DADB; }
span { border-color: rgb(214,218,219); }
td.TdClassName
{
border-color: #D6DADB;
}
.TagClassName
{
border-color: #D6DADB;
}
</style>