#D9DDDE

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

Shades of Athens Grey #D9DDDE

Tints of Athens Grey #D9DDDE

Color information

#D9DDDE (or 0xD9DDDE) is unknown color: approx Athens Grey. HEX triplet: D9, DD and DE. RGB value is (217,221,222). Sum of RGB (Red+Green+Blue) = 217+221+222=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDDE is #262221. Grayscale: #DBDBDB. Windows color (decimal): -2499106 or 14605785. OLE color: 14605785.

HSL color Cylindrical-coordinate representation of color #D9DDDE: hue angle of 192º 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 #D9DDDE is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217221222-
CMYK0.020.0000.13
HSL192º7.04%86.08%-
HSV(B)192º2.25%87.06%-
XYZ67.6671.7479.39-
YUV219.92129.17125.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.88%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=32.88%
G=33.48%
B=33.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172212220.020.0000.131927.0486.08
HexD9DDDE200Dc0756
Octal331335336200153007126
Binary11011001110111011101111010001101110000001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDDE; }

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

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

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

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

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

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

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

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