#D8DDDE

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

Shades of Athens Grey #D8DDDE

Tints of Athens Grey #D8DDDE

Color information

#D8DDDE (or 0xD8DDDE) is unknown color: approx Athens Grey. HEX triplet: D8, DD and DE. RGB value is (216,221,222). Sum of RGB (Red+Green+Blue) = 216+221+222=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDDE is #272221. Grayscale: #DBDBDB. Windows color (decimal): -2564642 or 14605784. OLE color: 14605784.

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

Color convert

RGB216221222-
CMYK0.030.0000.13
HSL190º8.33%85.88%-
HSV(B)190º2.7%87.06%-
XYZ67.3671.5979.37-
YUV219.62129.34125.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.78%
GREEN value IS 221 (86.72% from 255) = 33.54%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=32.78%
G=33.54%
B=33.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162212220.030.0000.131908.3385.88
HexD8DDDE300Dbe856
Octal3303353363001527610126
Binary110110001101110111011110110011011011111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDDE; }

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

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

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

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

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

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

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

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