#D1DFDE

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

Shades of Athens Grey #D1DFDE

Tints of Athens Grey #D1DFDE

Color information

#D1DFDE (or 0xD1DFDE) is unknown color: approx Athens Grey. HEX triplet: D1, DF and DE. RGB value is (209,223,222). Sum of RGB (Red+Green+Blue) = 209+223+222=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFDE is #2E2021. Grayscale: #DADADA. Windows color (decimal): -3022882 or 14606289. OLE color: 14606289.

HSL color Cylindrical-coordinate representation of color #D1DFDE: hue angle of 175.71º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1DFDE is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB209223222-
CMYK0.0600.000.13
HSL175.71º17.95%84.71%-
HSV(B)175.71º6.28%87.45%-
XYZ65.8771.679.46-
YUV218.7129.86121.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.96%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=31.96%
G=34.10%
B=33.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092232220.0600.000.13175.7117.9584.71
HexD1DFDE600Db01255
Octal3213373366001526022125
Binary11010001110111111101111011000110110110000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFDE; }

 p { color: rgb(209,223,222); }

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

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

 a { background-color: rgb(209,223,222); }

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

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

 span { border-color: rgb(209,223,222); }

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