#D9DEDE

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

Shades of Athens Grey #D9DEDE

Tints of Athens Grey #D9DEDE

Color information

#D9DEDE (or 0xD9DEDE) is unknown color: approx Athens Grey. HEX triplet: D9, DE and DE. RGB value is (217,222,222). Sum of RGB (Red+Green+Blue) = 217+222+222=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #D9DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEDE is #262121. Grayscale: #DCDCDC. Windows color (decimal): -2498850 or 14606041. OLE color: 14606041.

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

Color convert

RGB217222222-
CMYK0.02000.13
HSL180º7.04%86.08%-
HSV(B)180º2.25%87.06%-
XYZ67.9272.2779.48-
YUV220.5128.84125.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.83%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=32.83%
G=33.59%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172222220.02000.131807.0486.08
HexD9DEDE200Db4756
Octal331336336200152647126
Binary11011001110111101101111010001101101101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DEDE; }

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

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

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

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

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

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

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

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