Shades of Athens Grey #D3DFE1
Tints of Athens Grey #D3DFE1
RGB
CMYK
RGB Variations
Color information
#D3DFE1 (or 0xD3DFE1) is known color: Athens Grey. HEX triplet: D3, DF and E1. RGB value is (211,223,225). Sum of RGB (Red+Green+Blue) = 211+223+225=659 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.02% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 225 (88.28% from 255 or 34.14% from 659); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3DFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFE1 is #2C201E. Grayscale: #DBDBDB. Windows color (decimal): -2891807 or 14802899. OLE color: 14802899.
HSL color Cylindrical-coordinate representation of color #D3DFE1: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3DFE1 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 223 | 225 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.12 |
| HSL | 188.57º | 0.19% | 0.85% | - |
| HSV(B) | 188.57º | 0.06% | 0.88% | - |
| XYZ | 66.84 | 72.06 | 81.62 | - |
| YUV | 219.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 225 | 0.06 | 0.01 | 0 | 0.12 | 188.57 | 0.19 | 0.85 |
| Hex | D3 | DF | E1 | 6 | 1 | 0 | C | BD | 13 | 55 |
| Octal | 323 | 337 | 341 | 6 | 1 | 0 | 14 | 275 | 23 | 125 |
| Binary | 11010011 | 11011111 | 11100001 | 110 | 1 | 0 | 1100 | 10111101 | 10011 | 1010101 |
Color Harmonies of #D3DFE1
Complementary color
Monochromatic Colors of #D3DFE1
Black with #D3DFE1
Text Example
Text Example
White with #D3DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFE1; }
p { color: rgb(211,223,225); }
H1.HeaderClassName
{
color: #D3DFE1;
}
.AnyTagClassName
{
color: #D3DFE1;
}
</style>
background-color css
<style>
a { background-color: #D3DFE1; }
a { background-color: rgb(211,223,225); }
div.DivClassName
{
background-color: #D3DFE1;
}
.BgClassName
{
background-color: #D3DFE1;
}
</style>
border-color css
<style>
span { border-color: #D3DFE1; }
span { border-color: rgb(211,223,225); }
td.TdClassName
{
border-color: #D3DFE1;
}
.TagClassName
{
border-color: #D3DFE1;
}
</style>