#D7DBDB

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

Shades of Athens Grey #D7DBDB

Tints of Athens Grey #D7DBDB

Color information

#D7DBDB (or 0xD7DBDB) is unknown color: approx Athens Grey. HEX triplet: D7, DB and DB. RGB value is (215,219,219). Sum of RGB (Red+Green+Blue) = 215+219+219=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #D7DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBDB is #282424. Grayscale: #D9D9D9. Windows color (decimal): -2630693 or 14408663. OLE color: 14408663.

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

Color convert

RGB215219219-
CMYK0.02000.14
HSL180º5.26%85.1%-
HSV(B)180º1.83%85.88%-
XYZ66.1470.2277.09-
YUV217.8128.67126-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.92%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 219 (85.94% from 255) = 33.54%
R=32.92%
G=33.54%
B=33.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152192190.02000.141805.2685.1
HexD7DBDB200Eb4555
Octal327333333200162645125
Binary11010111110110111101101110001110101101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBDB; }

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

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

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

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

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

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

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

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