#D1DFDF

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

Shades of Athens Grey #D1DFDF

Tints of Athens Grey #D1DFDF

Color information

#D1DFDF (or 0xD1DFDF) is unknown color: approx Athens Grey. HEX triplet: D1, DF and DF. RGB value is (209,223,223). Sum of RGB (Red+Green+Blue) = 209+223+223=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #D1DFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFDF is #2E2020. Grayscale: #DADADA. Windows color (decimal): -3022881 or 14671825. OLE color: 14671825.

HSL color Cylindrical-coordinate representation of color #D1DFDF: hue angle of 180º 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 #D1DFDF is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209223223-
CMYK0.06000.13
HSL180º17.95%84.71%-
HSV(B)180º6.28%87.45%-
XYZ6671.6680.16-
YUV218.81130.36121-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.91%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=31.91%
G=34.05%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092232230.06000.1318017.9584.71
HexD1DFDF600Db41255
Octal3213373376001526422125
Binary11010001110111111101111111000110110110100100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFDF; }

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

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

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

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

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

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

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

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