Shades of Athens Grey #D5DADB
Tints of Athens Grey #D5DADB
RGB
CMYK
RGB Variations
Color information
#D5DADB (or 0xD5DADB) is known color: Athens Grey. HEX triplet: D5, DA and DB. RGB value is (213,218,219). Sum of RGB (Red+Green+Blue) = 213+218+219=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DADB is #2A2524. Grayscale: #D8D8D8. Windows color (decimal): -2762021 or 14408405. OLE color: 14408405.
HSL color Cylindrical-coordinate representation of color #D5DADB: hue angle of 190º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5DADB is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 218 | 219 | - |
CMYK | 0.03 | 0.00 | 0 | 0.14 |
HSL | 190º | 0.08% | 0.85% | - |
HSV(B) | 190º | 0.03% | 0.86% | - |
XYZ | 65.3 | 69.4 | 76.97 | - |
YUV | 216.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 219 | 0.03 | 0.00 | 0 | 0.14 | 190 | 0.08 | 0.85 |
Hex | D5 | DA | DB | 3 | 0 | 0 | E | BE | 8 | 55 |
Octal | 325 | 332 | 333 | 3 | 0 | 0 | 16 | 276 | 10 | 125 |
Binary | 11010101 | 11011010 | 11011011 | 11 | 0 | 0 | 1110 | 10111110 | 1000 | 1010101 |
Color Harmonies of #D5DADB
Complementary color
Monochromatic Colors of #D5DADB
Black with #D5DADB
Text Example
Text Example
White with #D5DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DADB; }
p { color: rgb(213,218,219); }
H1.HeaderClassName
{
color: #D5DADB;
}
.AnyTagClassName
{
color: #D5DADB;
}
</style>
background-color css
<style>
a { background-color: #D5DADB; }
a { background-color: rgb(213,218,219); }
div.DivClassName
{
background-color: #D5DADB;
}
.BgClassName
{
background-color: #D5DADB;
}
</style>
border-color css
<style>
span { border-color: #D5DADB; }
span { border-color: rgb(213,218,219); }
td.TdClassName
{
border-color: #D5DADB;
}
.TagClassName
{
border-color: #D5DADB;
}
</style>