Shades of Athens Grey #D5DFE1
Tints of Athens Grey #D5DFE1
RGB
CMYK
RGB Variations
Color information
#D5DFE1 (or 0xD5DFE1) is known color: Athens Grey. HEX triplet: D5, DF and E1. RGB value is (213,223,225). Sum of RGB (Red+Green+Blue) = 213+223+225=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5DFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFE1 is #2A201E. Grayscale: #DCDCDC. Windows color (decimal): -2760735 or 14802901. OLE color: 14802901.
HSL color Cylindrical-coordinate representation of color #D5DFE1: hue angle of 190º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5DFE1 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 223 | 225 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.12 |
| HSL | 190º | 0.17% | 0.86% | - |
| HSV(B) | 190º | 0.05% | 0.88% | - |
| XYZ | 67.42 | 72.36 | 81.65 | - |
| YUV | 220.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 225 | 0.05 | 0.01 | 0 | 0.12 | 190 | 0.17 | 0.86 |
| Hex | D5 | DF | E1 | 5 | 1 | 0 | C | BE | 11 | 56 |
| Octal | 325 | 337 | 341 | 5 | 1 | 0 | 14 | 276 | 21 | 126 |
| Binary | 11010101 | 11011111 | 11100001 | 101 | 1 | 0 | 1100 | 10111110 | 10001 | 1010110 |
Color Harmonies of #D5DFE1
Complementary color
Monochromatic Colors of #D5DFE1
Black with #D5DFE1
Text Example
Text Example
White with #D5DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFE1; }
p { color: rgb(213,223,225); }
H1.HeaderClassName
{
color: #D5DFE1;
}
.AnyTagClassName
{
color: #D5DFE1;
}
</style>
background-color css
<style>
a { background-color: #D5DFE1; }
a { background-color: rgb(213,223,225); }
div.DivClassName
{
background-color: #D5DFE1;
}
.BgClassName
{
background-color: #D5DFE1;
}
</style>
border-color css
<style>
span { border-color: #D5DFE1; }
span { border-color: rgb(213,223,225); }
td.TdClassName
{
border-color: #D5DFE1;
}
.TagClassName
{
border-color: #D5DFE1;
}
</style>