#D7DEDE

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

Shades of Athens Grey #D7DEDE

Tints of Athens Grey #D7DEDE

Color information

#D7DEDE (or 0xD7DEDE) is unknown color: approx Athens Grey. HEX triplet: D7, DE and DE. RGB value is (215,222,222). Sum of RGB (Red+Green+Blue) = 215+222+222=659 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.63% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #D7DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEDE is #282121. Grayscale: #DBDBDB. Windows color (decimal): -2629922 or 14606039. OLE color: 14606039.

HSL color Cylindrical-coordinate representation of color #D7DEDE: hue angle of 180º degrees, saturation: 0.1, 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 #D7DEDE is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215222222-
CMYK0.03000.13
HSL180º9.59%85.69%-
HSV(B)180º3.15%87.06%-
XYZ67.3371.9679.45-
YUV219.91129.18124.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.63%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=32.63%
G=33.69%
B=33.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152222220.03000.131809.5985.69
HexD7DEDE300Db4a56
Octal3273363363001526412126
Binary110101111101111011011110110011011011010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEDE; }

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

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

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

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

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

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

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

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