#D7DDDE

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

Shades of Athens Grey #D7DDDE

Tints of Athens Grey #D7DDDE

Color information

#D7DDDE (or 0xD7DDDE) is unknown color: approx Athens Grey. HEX triplet: D7, DD and DE. RGB value is (215,221,222). Sum of RGB (Red+Green+Blue) = 215+221+222=658 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.67% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDDE is #282221. Grayscale: #DBDBDB. Windows color (decimal): -2630178 or 14605783. OLE color: 14605783.

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

Color convert

RGB215221222-
CMYK0.030.0000.13
HSL188.57º9.59%85.69%-
HSV(B)188.57º3.15%87.06%-
XYZ67.0771.4379.36-
YUV219.32129.51124.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.67%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=32.67%
G=33.59%
B=33.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152212220.030.0000.13188.579.5985.69
HexD7DDDE300Dbda56
Octal3273353363001527512126
Binary110101111101110111011110110011011011110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDDE; }

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

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

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

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

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

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

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

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