#D1DDE0

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

Shades of Athens Grey #D1DDE0

Tints of Athens Grey #D1DDE0

Color information

#D1DDE0 (or 0xD1DDE0) is unknown color: approx Athens Grey. HEX triplet: D1, DD and E0. RGB value is (209,221,224). Sum of RGB (Red+Green+Blue) = 209+221+224=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 224 - color contains mainly: blue. Hex color #D1DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDE0 is #2E221F. Grayscale: #D9D9D9. Windows color (decimal): -3023392 or 14736849. OLE color: 14736849.

HSL color Cylindrical-coordinate representation of color #D1DDE0: hue angle of 192º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1DDE0 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209221224-
CMYK0.070.0100.12
HSL192º19.48%84.9%-
HSV(B)192º6.7%87.84%-
XYZ65.6170.6580.7-
YUV217.75131.52121.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.96%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=31.96%
G=33.79%
B=34.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092212240.070.0100.1219219.4884.9
HexD1DDE0710Cc01355
Octal3213353407101430023125
Binary11010001110111011110000011110110011000000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDE0; }

 p { color: rgb(209,221,224); }

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

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

 a { background-color: rgb(209,221,224); }

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

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

 span { border-color: rgb(209,221,224); }

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