Shades of Athens Grey #D5DFDE
Tints of Athens Grey #D5DFDE
RGB
CMYK
RGB Variations
Color information
#D5DFDE (or 0xD5DFDE) is known color: Athens Grey. HEX triplet: D5, DF and DE. RGB value is (213,223,222). Sum of RGB (Red+Green+Blue) = 213+223+222=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFDE is #2A2021. Grayscale: #DBDBDB. Windows color (decimal): -2760738 or 14606293. OLE color: 14606293.
HSL color Cylindrical-coordinate representation of color #D5DFDE: hue angle of 174º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DFDE is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 222 | - |
| CMYK | 0.04 | 0 | 0.00 | 0.13 |
| HSL | 174º | 0.14% | 0.85% | - |
| HSV(B) | 174º | 0.04% | 0.87% | - |
| XYZ | 67.01 | 72.2 | 79.51 | - |
| YUV | 219.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 222 | 0.04 | 0 | 0.00 | 0.13 | 174 | 0.14 | 0.85 |
| Hex | D5 | DF | DE | 4 | 0 | 0 | D | AE | E | 55 |
| Octal | 325 | 337 | 336 | 4 | 0 | 0 | 15 | 256 | 16 | 125 |
| Binary | 11010101 | 11011111 | 11011110 | 100 | 0 | 0 | 1101 | 10101110 | 1110 | 1010101 |
Color Harmonies of #D5DFDE
Complementary color
Monochromatic Colors of #D5DFDE
Black with #D5DFDE
Text Example
Text Example
White with #D5DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFDE; }
p { color: rgb(213,223,222); }
H1.HeaderClassName
{
color: #D5DFDE;
}
.AnyTagClassName
{
color: #D5DFDE;
}
</style>
background-color css
<style>
a { background-color: #D5DFDE; }
a { background-color: rgb(213,223,222); }
div.DivClassName
{
background-color: #D5DFDE;
}
.BgClassName
{
background-color: #D5DFDE;
}
</style>
border-color css
<style>
span { border-color: #D5DFDE; }
span { border-color: rgb(213,223,222); }
td.TdClassName
{
border-color: #D5DFDE;
}
.TagClassName
{
border-color: #D5DFDE;
}
</style>