Shades of Athens Grey #D4DADB
Tints of Athens Grey #D4DADB
RGB
CMYK
RGB Variations
Color information
#D4DADB (or 0xD4DADB) is known color: Athens Grey. HEX triplet: D4, DA and DB. RGB value is (212,218,219). Sum of RGB (Red+Green+Blue) = 212+218+219=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DADB is #2B2524. Grayscale: #D8D8D8. Windows color (decimal): -2827557 or 14408404. OLE color: 14408404.
HSL color Cylindrical-coordinate representation of color #D4DADB: hue angle of 188.57º 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 #D4DADB is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 212 | 218 | 219 | - |
CMYK | 0.03 | 0.00 | 0 | 0.14 |
HSL | 188.57º | 0.09% | 0.85% | - |
HSV(B) | 188.57º | 0.03% | 0.86% | - |
XYZ | 65.01 | 69.25 | 76.96 | - |
YUV | 216.32 | 129.51 | 124.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 218 | 219 | 0.03 | 0.00 | 0 | 0.14 | 188.57 | 0.09 | 0.85 |
Hex | D4 | DA | DB | 3 | 0 | 0 | E | BD | 9 | 55 |
Octal | 324 | 332 | 333 | 3 | 0 | 0 | 16 | 275 | 11 | 125 |
Binary | 11010100 | 11011010 | 11011011 | 11 | 0 | 0 | 1110 | 10111101 | 1001 | 1010101 |
Color Harmonies of #D4DADB
Complementary color
Monochromatic Colors of #D4DADB
Black with #D4DADB
Text Example
Text Example
White with #D4DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DADB; }
p { color: rgb(212,218,219); }
H1.HeaderClassName
{
color: #D4DADB;
}
.AnyTagClassName
{
color: #D4DADB;
}
</style>
background-color css
<style>
a { background-color: #D4DADB; }
a { background-color: rgb(212,218,219); }
div.DivClassName
{
background-color: #D4DADB;
}
.BgClassName
{
background-color: #D4DADB;
}
</style>
border-color css
<style>
span { border-color: #D4DADB; }
span { border-color: rgb(212,218,219); }
td.TdClassName
{
border-color: #D4DADB;
}
.TagClassName
{
border-color: #D4DADB;
}
</style>