#D9DFE0

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

Shades of Athens Grey #D9DFE0

Tints of Athens Grey #D9DFE0

Color information

#D9DFE0 (or 0xD9DFE0) is unknown color: approx Athens Grey. HEX triplet: D9, DF and E0. RGB value is (217,223,224). Sum of RGB (Red+Green+Blue) = 217+223+224=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9DFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFE0 is #26201F. Grayscale: #DDDDDD. Windows color (decimal): -2498592 or 14737369. OLE color: 14737369.

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

Color convert

RGB217223224-
CMYK0.030.0000.12
HSL188.57º10.14%86.47%-
HSV(B)188.57º3.12%87.84%-
XYZ68.4672.9180.99-
YUV221.32129.51124.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.68%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 224 (87.89% from 255) = 33.73%
R=32.68%
G=33.58%
B=33.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172232240.030.0000.12188.5710.1486.47
HexD9DFE0300Cbda56
Octal3313373403001427512126
Binary110110011101111111100000110011001011110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFE0; }

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

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

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

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

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

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

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

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