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