#D2DBDC

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

Shades of Athens Grey #D2DBDC

Tints of Athens Grey #D2DBDC

Color information

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

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

Color convert

RGB210219220-
CMYK0.050.0000.14
HSL186º12.5%84.31%-
HSV(B)186º4.55%86.27%-
XYZ64.8369.5377.71-
YUV216.42130.02123.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102192200.050.0000.1418612.584.31
HexD2DBDC500Ebac54
Octal3223333345001627214124
Binary1101001011011011110111001010011101011101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBDC; }

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

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

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

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

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

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

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

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