#D5DFE1

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

Shades of Athens Grey #D5DFE1

Tints of Athens Grey #D5DFE1

Color information

#D5DFE1 (or 0xD5DFE1) is unknown color: approx Athens Grey. HEX triplet: D5, DF and E1. RGB value is (213,223,225). Sum of RGB (Red+Green+Blue) = 213+223+225=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5DFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFE1 is #2A201E. Grayscale: #DCDCDC. Windows color (decimal): -2760735 or 14802901. OLE color: 14802901.

HSL color Cylindrical-coordinate representation of color #D5DFE1: hue angle of 190º degrees, saturation: 0.17, 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 #D5DFE1 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213223225-
CMYK0.050.0100.12
HSL190º16.67%85.88%-
HSV(B)190º5.33%88.24%-
XYZ67.4272.3681.65-
YUV220.24130.69122.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.22%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=32.22%
G=33.74%
B=34.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132232250.050.0100.1219016.6785.88
HexD5DFE1510Cbe1156
Octal3253373415101427621126
Binary11010101110111111110000110110110010111110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFE1; }

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

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

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

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

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

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

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

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