#D5DBDC

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

Shades of Athens Grey #D5DBDC

Tints of Athens Grey #D5DBDC

Color information

#D5DBDC (or 0xD5DBDC) is unknown color: approx Athens Grey. HEX triplet: D5, DB and DC. RGB value is (213,219,220). Sum of RGB (Red+Green+Blue) = 213+219+220=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5DBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBDC is #2A2423. Grayscale: #D9D9D9. Windows color (decimal): -2761764 or 14474197. OLE color: 14474197.

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

Color convert

RGB213219220-
CMYK0.030.0000.14
HSL188.57º9.09%84.9%-
HSV(B)188.57º3.18%86.27%-
XYZ65.6969.9877.75-
YUV217.32129.51124.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.67%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=32.67%
G=33.59%
B=33.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132192200.030.0000.14188.579.0984.9
HexD5DBDC300Ebd955
Octal3253333343001627511125
Binary110101011101101111011100110011101011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBDC; }

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

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

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

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

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

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

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

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