#D9DFDE

Color #D9DFDE Athens Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Athens Grey #D9DFDE

Tints of Athens Grey #D9DFDE

Color information

#D9DFDE (or 0xD9DFDE) is unknown color: approx Athens Grey. HEX triplet: D9, DF and DE. RGB value is (217,223,222). Sum of RGB (Red+Green+Blue) = 217+223+222=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFDE is #262021. Grayscale: #DDDDDD. Windows color (decimal): -2498594 or 14606297. OLE color: 14606297.

HSL color Cylindrical-coordinate representation of color #D9DFDE: hue angle of 170º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DFDE is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB217223222-
CMYK0.0300.000.13
HSL170º8.57%86.27%-
HSV(B)170º2.69%87.45%-
XYZ68.1972.879.57-
YUV221.09128.51125.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 32.78%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=32.78%
G=33.69%
B=33.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172232220.0300.000.131708.5786.27
HexD9DFDE300Daa956
Octal3313373363001525211126
Binary110110011101111111011110110011011010101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFDE; }

 p { color: rgb(217,223,222); }

 H1.HeaderClassName
 {
   color: #D9DFDE;
 }
 .AnyTagClassName
 {
   color: #D9DFDE;
 }
</style>
background-color css

<style>
 a { background-color: #D9DFDE; }

 a { background-color: rgb(217,223,222); }

 div.DivClassName
 {
   background-color: #D9DFDE;
 }
 .BgClassName
 {
   background-color: #D9DFDE;
 }
</style>
border-color css

<style>
 span { border-color: #D9DFDE; }

 span { border-color: rgb(217,223,222); }

 td.TdClassName
 {
   border-color: #D9DFDE;
 }
 .TagClassName
 {
   border-color: #D9DFDE;
 }
</style>