Shades of Athens Grey #D1DFDE
Tints of Athens Grey #D1DFDE
RGB
CMYK
RGB Variations
Color information
#D1DFDE (or 0xD1DFDE) is known color: Athens Grey. HEX triplet: D1, DF and DE. RGB value is (209,223,222). Sum of RGB (Red+Green+Blue) = 209+223+222=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFDE is #2E2021. Grayscale: #DADADA. Windows color (decimal): -3022882 or 14606289. OLE color: 14606289.
HSL color Cylindrical-coordinate representation of color #D1DFDE: hue angle of 175.71º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1DFDE is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 222 | - |
| CMYK | 0.06 | 0 | 0.00 | 0.13 |
| HSL | 175.71º | 0.18% | 0.85% | - |
| HSV(B) | 175.71º | 0.06% | 0.87% | - |
| XYZ | 65.87 | 71.6 | 79.46 | - |
| YUV | 218.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 222 | 0.06 | 0 | 0.00 | 0.13 | 175.71 | 0.18 | 0.85 |
| Hex | D1 | DF | DE | 6 | 0 | 0 | D | B0 | 12 | 55 |
| Octal | 321 | 337 | 336 | 6 | 0 | 0 | 15 | 260 | 22 | 125 |
| Binary | 11010001 | 11011111 | 11011110 | 110 | 0 | 0 | 1101 | 10110000 | 10010 | 1010101 |
Color Harmonies of #D1DFDE
Complementary color
Monochromatic Colors of #D1DFDE
Black with #D1DFDE
Text Example
Text Example
White with #D1DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFDE; }
p { color: rgb(209,223,222); }
H1.HeaderClassName
{
color: #D1DFDE;
}
.AnyTagClassName
{
color: #D1DFDE;
}
</style>
background-color css
<style>
a { background-color: #D1DFDE; }
a { background-color: rgb(209,223,222); }
div.DivClassName
{
background-color: #D1DFDE;
}
.BgClassName
{
background-color: #D1DFDE;
}
</style>
border-color css
<style>
span { border-color: #D1DFDE; }
span { border-color: rgb(209,223,222); }
td.TdClassName
{
border-color: #D1DFDE;
}
.TagClassName
{
border-color: #D1DFDE;
}
</style>