Shades of Athens Grey #D5DBDB
Tints of Athens Grey #D5DBDB
RGB
CMYK
RGB Variations
Color information
#D5DBDB (or 0xD5DBDB) is known color: Athens Grey. HEX triplet: D5, DB and DB. RGB value is (213,219,219). Sum of RGB (Red+Green+Blue) = 213+219+219=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #D5DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBDB is #2A2424. Grayscale: #D9D9D9. Windows color (decimal): -2761765 or 14408661. OLE color: 14408661.
HSL color Cylindrical-coordinate representation of color #D5DBDB: hue angle of 180º 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 #D5DBDB is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 219 | 219 | - |
CMYK | 0.03 | 0 | 0 | 0.14 |
HSL | 180º | 0.08% | 0.85% | - |
HSV(B) | 180º | 0.03% | 0.86% | - |
XYZ | 65.56 | 69.92 | 77.06 | - |
YUV | 217.21 | 129.01 | 125 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 219 | 219 | 0.03 | 0 | 0 | 0.14 | 180 | 0.08 | 0.85 |
Hex | D5 | DB | DB | 3 | 0 | 0 | E | B4 | 8 | 55 |
Octal | 325 | 333 | 333 | 3 | 0 | 0 | 16 | 264 | 10 | 125 |
Binary | 11010101 | 11011011 | 11011011 | 11 | 0 | 0 | 1110 | 10110100 | 1000 | 1010101 |
Color Harmonies of #D5DBDB
Complementary color
Monochromatic Colors of #D5DBDB
Black with #D5DBDB
Text Example
Text Example
White with #D5DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBDB; }
p { color: rgb(213,219,219); }
H1.HeaderClassName
{
color: #D5DBDB;
}
.AnyTagClassName
{
color: #D5DBDB;
}
</style>
background-color css
<style>
a { background-color: #D5DBDB; }
a { background-color: rgb(213,219,219); }
div.DivClassName
{
background-color: #D5DBDB;
}
.BgClassName
{
background-color: #D5DBDB;
}
</style>
border-color css
<style>
span { border-color: #D5DBDB; }
span { border-color: rgb(213,219,219); }
td.TdClassName
{
border-color: #D5DBDB;
}
.TagClassName
{
border-color: #D5DBDB;
}
</style>