#D7DCDB

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

Shades of Athens Grey #D7DCDB

Tints of Athens Grey #D7DCDB

Color information

#D7DCDB (or 0xD7DCDB) is unknown color: approx Athens Grey. HEX triplet: D7, DC and DB. RGB value is (215,220,219). Sum of RGB (Red+Green+Blue) = 215+220+219=654 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.87% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCDB is #282324. Grayscale: #DADADA. Windows color (decimal): -2630437 or 14408919. OLE color: 14408919.

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

Color convert

RGB215220219-
CMYK0.0200.000.14
HSL168º6.67%85.29%-
HSV(B)168º2.27%86.27%-
XYZ66.470.7577.17-
YUV218.39128.34125.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.87%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=32.87%
G=33.64%
B=33.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152202190.0200.000.141686.6785.29
HexD7DCDB200Ea8755
Octal327334333200162507125
Binary11010111110111001101101110001110101010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCDB; }

 p { color: rgb(215,220,219); }

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

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

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

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

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

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

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