#D1DDDD

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

Shades of Athens Grey #D1DDDD

Tints of Athens Grey #D1DDDD

Color information

#D1DDDD (or 0xD1DDDD) is unknown color: approx Athens Grey. HEX triplet: D1, DD and DD. RGB value is (209,221,221). Sum of RGB (Red+Green+Blue) = 209+221+221=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #D1DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDDD is #2E2222. Grayscale: #D9D9D9. Windows color (decimal): -3023395 or 14540241. OLE color: 14540241.

HSL color Cylindrical-coordinate representation of color #D1DDDD: hue angle of 180º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1DDDD is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209221221-
CMYK0.05000.13
HSL180º15%84.31%-
HSV(B)180º5.43%86.67%-
XYZ65.270.4978.58-
YUV217.41130.02122-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.10%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=32.10%
G=33.95%
B=33.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092212210.05000.131801584.31
HexD1DDDD500Db4f54
Octal3213353355001526417124
Binary1101000111011101110111011010011011011010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDDD; }

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

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

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

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

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

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

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

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