Shades of Athens Grey #D7DFE1
Tints of Athens Grey #D7DFE1
RGB
CMYK
RGB Variations
Color information
#D7DFE1 (or 0xD7DFE1) is known color: Athens Grey. HEX triplet: D7, DF and E1. RGB value is (215,223,225). Sum of RGB (Red+Green+Blue) = 215+223+225=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7DFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFE1 is #28201E. Grayscale: #DCDCDC. Windows color (decimal): -2629663 or 14802903. OLE color: 14802903.
HSL color Cylindrical-coordinate representation of color #D7DFE1: hue angle of 192º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DFE1 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 223 | 225 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.12 |
| HSL | 192º | 0.14% | 0.86% | - |
| HSV(B) | 192º | 0.04% | 0.88% | - |
| XYZ | 68 | 72.66 | 81.67 | - |
| YUV | 220.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 225 | 0.04 | 0.01 | 0 | 0.12 | 192 | 0.14 | 0.86 |
| Hex | D7 | DF | E1 | 4 | 1 | 0 | C | C0 | E | 56 |
| Octal | 327 | 337 | 341 | 4 | 1 | 0 | 14 | 300 | 16 | 126 |
| Binary | 11010111 | 11011111 | 11100001 | 100 | 1 | 0 | 1100 | 11000000 | 1110 | 1010110 |
Color Harmonies of #D7DFE1
Complementary color
Monochromatic Colors of #D7DFE1
Black with #D7DFE1
Text Example
Text Example
White with #D7DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFE1; }
p { color: rgb(215,223,225); }
H1.HeaderClassName
{
color: #D7DFE1;
}
.AnyTagClassName
{
color: #D7DFE1;
}
</style>
background-color css
<style>
a { background-color: #D7DFE1; }
a { background-color: rgb(215,223,225); }
div.DivClassName
{
background-color: #D7DFE1;
}
.BgClassName
{
background-color: #D7DFE1;
}
</style>
border-color css
<style>
span { border-color: #D7DFE1; }
span { border-color: rgb(215,223,225); }
td.TdClassName
{
border-color: #D7DFE1;
}
.TagClassName
{
border-color: #D7DFE1;
}
</style>