#D6DBDA

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

Shades of Athens Grey #D6DBDA

Tints of Athens Grey #D6DBDA

Color information

#D6DBDA (or 0xD6DBDA) is unknown color: approx Athens Grey. HEX triplet: D6, DB and DA. RGB value is (214,219,218). Sum of RGB (Red+Green+Blue) = 214+219+218=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBDA is #292425. Grayscale: #D9D9D9. Windows color (decimal): -2696230 or 14343126. OLE color: 14343126.

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

Color convert

RGB214219218-
CMYK0.0200.000.14
HSL168º6.49%84.9%-
HSV(B)168º2.28%85.88%-
XYZ65.7270.0276.38-
YUV217.39128.34125.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.87%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 218 (85.55% 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
Decimal2142192180.0200.000.141686.4984.9
HexD6DBDA200Ea8655
Octal326333332200162506125
Binary11010110110110111101101010001110101010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DBDA; }

 p { color: rgb(214,219,218); }

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

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

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

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

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

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

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