#D2DCDB

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

Shades of Athens Grey #D2DCDB

Tints of Athens Grey #D2DCDB

Color information

#D2DCDB (or 0xD2DCDB) is unknown color: approx Athens Grey. HEX triplet: D2, DC and DB. RGB value is (210,220,219). Sum of RGB (Red+Green+Blue) = 210+220+219=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCDB is #2D2324. Grayscale: #D8D8D8. Windows color (decimal): -2958117 or 14408914. OLE color: 14408914.

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

Color convert

RGB210220219-
CMYK0.0500.000.14
HSL174º12.5%84.31%-
HSV(B)174º4.55%86.27%-
XYZ64.967077.11-
YUV216.9129.19123.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 220 (86.33% from 255) = 33.90%
BLUE value IS 219 (85.94% from 255) = 33.74%
R=32.36%
G=33.90%
B=33.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102202190.0500.000.1417412.584.31
HexD2DCDB500Eaec54
Octal3223343335001625614124
Binary1101001011011100110110111010011101010111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCDB; }

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

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

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

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

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

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

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

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