Shades of Athens Grey #D4DBDB
Tints of Athens Grey #D4DBDB
RGB
CMYK
RGB Variations
Color information
#D4DBDB (or 0xD4DBDB) is known color: Athens Grey. HEX triplet: D4, DB and DB. RGB value is (212,219,219). Sum of RGB (Red+Green+Blue) = 212+219+219=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #D4DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBDB is #2B2424. Grayscale: #D8D8D8. Windows color (decimal): -2827301 or 14408660. OLE color: 14408660.
HSL color Cylindrical-coordinate representation of color #D4DBDB: hue angle of 180º degrees, saturation: 0.09, 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 #D4DBDB is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 219 | 219 | - |
CMYK | 0.03 | 0 | 0 | 0.14 |
HSL | 180º | 0.09% | 0.85% | - |
HSV(B) | 180º | 0.03% | 0.86% | - |
XYZ | 65.27 | 69.77 | 77.05 | - |
YUV | 216.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 219 | 219 | 0.03 | 0 | 0 | 0.14 | 180 | 0.09 | 0.85 |
Hex | D4 | DB | DB | 3 | 0 | 0 | E | B4 | 9 | 55 |
Octal | 324 | 333 | 333 | 3 | 0 | 0 | 16 | 264 | 11 | 125 |
Binary | 11010100 | 11011011 | 11011011 | 11 | 0 | 0 | 1110 | 10110100 | 1001 | 1010101 |
Color Harmonies of #D4DBDB
Complementary color
Monochromatic Colors of #D4DBDB
Black with #D4DBDB
Text Example
Text Example
White with #D4DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DBDB; }
p { color: rgb(212,219,219); }
H1.HeaderClassName
{
color: #D4DBDB;
}
.AnyTagClassName
{
color: #D4DBDB;
}
</style>
background-color css
<style>
a { background-color: #D4DBDB; }
a { background-color: rgb(212,219,219); }
div.DivClassName
{
background-color: #D4DBDB;
}
.BgClassName
{
background-color: #D4DBDB;
}
</style>
border-color css
<style>
span { border-color: #D4DBDB; }
span { border-color: rgb(212,219,219); }
td.TdClassName
{
border-color: #D4DBDB;
}
.TagClassName
{
border-color: #D4DBDB;
}
</style>