#D9DCDD

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

Shades of Athens Grey #D9DCDD

Tints of Athens Grey #D9DCDD

Color information

#D9DCDD (or 0xD9DCDD) is unknown color: approx Athens Grey. HEX triplet: D9, DC and DD. RGB value is (217,220,221). Sum of RGB (Red+Green+Blue) = 217+220+221=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCDD is #262322. Grayscale: #DBDBDB. Windows color (decimal): -2499363 or 14539993. OLE color: 14539993.

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

Color convert

RGB217220221-
CMYK0.020.0000.13
HSL195º5.56%85.88%-
HSV(B)195º1.81%86.67%-
XYZ67.2671.1678.6-
YUV219.22129.01126.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.98%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=32.98%
G=33.43%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172202210.020.0000.131955.5685.88
HexD9DCDD200Dc3656
Octal331334335200153036126
Binary11011001110111001101110110001101110000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCDD; }

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

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

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

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

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

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

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

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