#D7DBDC

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

Shades of Athens Grey #D7DBDC

Tints of Athens Grey #D7DBDC

Color information

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

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

Color convert

RGB215219220-
CMYK0.020.0000.14
HSL192º6.67%85.29%-
HSV(B)192º2.27%86.27%-
XYZ66.2770.2877.78-
YUV217.92129.17125.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.87%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=32.87%
G=33.49%
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.14
SystemRedGreenBlueCMYKHSL
Decimal2152192200.020.0000.141926.6785.29
HexD7DBDC200Ec0755
Octal327333334200163007125
Binary11010111110110111101110010001110110000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBDC; }

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

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

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

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

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

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

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

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