Shades of Athens Grey #D3DEE0
Tints of Athens Grey #D3DEE0
RGB
CMYK
RGB Variations
Color information
#D3DEE0 (or 0xD3DEE0) is known color: Athens Grey. HEX triplet: D3, DE and E0. RGB value is (211,222,224). Sum of RGB (Red+Green+Blue) = 211+222+224=657 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.12% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3DEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DEE0 is #2C211F. Grayscale: #DADADA. Windows color (decimal): -2892064 or 14737107. OLE color: 14737107.
HSL color Cylindrical-coordinate representation of color #D3DEE0: hue angle of 189.23º degrees, saturation: 0.17, 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 #D3DEE0 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 222 | 224 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.12 |
| HSL | 189.23º | 0.17% | 0.85% | - |
| HSV(B) | 189.23º | 0.06% | 0.88% | - |
| XYZ | 66.44 | 71.47 | 80.81 | - |
| YUV | 218.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 224 | 0.06 | 0.01 | 0 | 0.12 | 189.23 | 0.17 | 0.85 |
| Hex | D3 | DE | E0 | 6 | 1 | 0 | C | BD | 11 | 55 |
| Octal | 323 | 336 | 340 | 6 | 1 | 0 | 14 | 275 | 21 | 125 |
| Binary | 11010011 | 11011110 | 11100000 | 110 | 1 | 0 | 1100 | 10111101 | 10001 | 1010101 |
Color Harmonies of #D3DEE0
Complementary color
Monochromatic Colors of #D3DEE0
Black with #D3DEE0
Text Example
Text Example
White with #D3DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DEE0; }
p { color: rgb(211,222,224); }
H1.HeaderClassName
{
color: #D3DEE0;
}
.AnyTagClassName
{
color: #D3DEE0;
}
</style>
background-color css
<style>
a { background-color: #D3DEE0; }
a { background-color: rgb(211,222,224); }
div.DivClassName
{
background-color: #D3DEE0;
}
.BgClassName
{
background-color: #D3DEE0;
}
</style>
border-color css
<style>
span { border-color: #D3DEE0; }
span { border-color: rgb(211,222,224); }
td.TdClassName
{
border-color: #D3DEE0;
}
.TagClassName
{
border-color: #D3DEE0;
}
</style>