#D8DCDD

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

Shades of Athens Grey #D8DCDD

Tints of Athens Grey #D8DCDD

Color information

#D8DCDD (or 0xD8DCDD) is unknown color: approx Athens Grey. HEX triplet: D8, DC and DD. RGB value is (216,220,221). Sum of RGB (Red+Green+Blue) = 216+220+221=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCDD is #272322. Grayscale: #DADADA. Windows color (decimal): -2564899 or 14539992. OLE color: 14539992.

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

Color convert

RGB216220221-
CMYK0.020.0000.13
HSL192º6.85%85.69%-
HSV(B)192º2.26%86.67%-
XYZ66.9671.0178.58-
YUV218.92129.17125.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.88%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=32.88%
G=33.49%
B=33.64%

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
Decimal2162202210.020.0000.131926.8585.69
HexD8DCDD200Dc0756
Octal330334335200153007126
Binary11011000110111001101110110001101110000001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCDD; }

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

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

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

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

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

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

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

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