#D5DFE0

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

Shades of Athens Grey #D5DFE0

Tints of Athens Grey #D5DFE0

Color information

#D5DFE0 (or 0xD5DFE0) is unknown color: approx Athens Grey. HEX triplet: D5, DF and E0. RGB value is (213,223,224). Sum of RGB (Red+Green+Blue) = 213+223+224=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5DFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFE0 is #2A201F. Grayscale: #DCDCDC. Windows color (decimal): -2760736 or 14737365. OLE color: 14737365.

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

Color convert

RGB213223224-
CMYK0.050.0000.12
HSL185.45º15.07%85.69%-
HSV(B)185.45º4.91%87.84%-
XYZ67.2872.380.93-
YUV220.12130.19122.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.27%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 224 (87.89% from 255) = 33.94%
R=32.27%
G=33.79%
B=33.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132232240.050.0000.12185.4515.0785.69
HexD5DFE0500Cb9f56
Octal3253373405001427117126
Binary1101010111011111111000001010011001011100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFE0; }

 p { color: rgb(213,223,224); }

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

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

 a { background-color: rgb(213,223,224); }

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

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

 span { border-color: rgb(213,223,224); }

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