#D8DCDC

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

Shades of Athens Grey #D8DCDC

Tints of Athens Grey #D8DCDC

Color information

#D8DCDC (or 0xD8DCDC) is unknown color: approx Athens Grey. HEX triplet: D8, DC and DC. RGB value is (216,220,220). Sum of RGB (Red+Green+Blue) = 216+220+220=656 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.93% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #D8DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCDC is #272323. Grayscale: #DADADA. Windows color (decimal): -2564900 or 14474456. OLE color: 14474456.

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

Color convert

RGB216220220-
CMYK0.02000.14
HSL180º5.41%85.49%-
HSV(B)180º1.82%86.27%-
XYZ66.8370.9577.88-
YUV218.8128.67126-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.93%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=32.93%
G=33.54%
B=33.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162202200.02000.141805.4185.49
HexD8DCDC200Eb4555
Octal330334334200162645125
Binary11011000110111001101110010001110101101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCDC; }

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

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

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

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

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

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

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

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