#D1DCDD

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

Shades of Athens Grey #D1DCDD

Tints of Athens Grey #D1DCDD

Color information

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

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

Color convert

RGB209220221-
CMYK0.050.0000.13
HSL185º15%84.31%-
HSV(B)185º5.43%86.67%-
XYZ64.9469.9678.49-
YUV216.82130.36122.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092202210.050.0000.131851584.31
HexD1DCDD500Db9f54
Octal3213343355001527117124
Binary1101000111011100110111011010011011011100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCDD; }

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

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

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

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

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

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

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

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