#D8DEDE

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

Shades of Athens Grey #D8DEDE

Tints of Athens Grey #D8DEDE

Color information

#D8DEDE (or 0xD8DEDE) is unknown color: approx Athens Grey. HEX triplet: D8, DE and DE. RGB value is (216,222,222). Sum of RGB (Red+Green+Blue) = 216+222+222=660 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.73% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #D8DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DEDE is #272121. Grayscale: #DCDCDC. Windows color (decimal): -2564386 or 14606040. OLE color: 14606040.

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

Color convert

RGB216222222-
CMYK0.03000.13
HSL180º8.33%85.88%-
HSV(B)180º2.7%87.06%-
XYZ67.6272.1279.46-
YUV220.21129.01125-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.73%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=32.73%
G=33.64%
B=33.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162222220.03000.131808.3385.88
HexD8DEDE300Db4856
Octal3303363363001526410126
Binary110110001101111011011110110011011011010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEDE; }

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

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

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

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

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

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

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

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