#D1DDDC

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

Shades of Athens Grey #D1DDDC

Tints of Athens Grey #D1DDDC

Color information

#D1DDDC (or 0xD1DDDC) is unknown color: approx Athens Grey. HEX triplet: D1, DD and DC. RGB value is (209,221,220). Sum of RGB (Red+Green+Blue) = 209+221+220=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDDC is #2E2223. Grayscale: #D9D9D9. Windows color (decimal): -3023396 or 14474705. OLE color: 14474705.

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

Color convert

RGB209221220-
CMYK0.0500.000.13
HSL175º15%84.31%-
HSV(B)175º5.43%86.67%-
XYZ65.0770.4477.88-
YUV217.3129.52122.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.15%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=32.15%
G=34%
B=33.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092212200.0500.000.131751584.31
HexD1DDDC500Daff54
Octal3213353345001525717124
Binary1101000111011101110111001010011011010111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDDC; }

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

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

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

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

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

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

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

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