#D8DFDE

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

Shades of Athens Grey #D8DFDE

Tints of Athens Grey #D8DFDE

Color information

#D8DFDE (or 0xD8DFDE) is unknown color: approx Athens Grey. HEX triplet: D8, DF and DE. RGB value is (216,223,222). Sum of RGB (Red+Green+Blue) = 216+223+222=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DFDE is #272021. Grayscale: #DCDCDC. Windows color (decimal): -2564130 or 14606296. OLE color: 14606296.

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

Color convert

RGB216223222-
CMYK0.0300.000.13
HSL171.43º9.86%86.08%-
HSV(B)171.43º3.14%87.45%-
XYZ67.8972.6579.55-
YUV220.79128.68124.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.68%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=32.68%
G=33.74%
B=33.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162232220.0300.000.13171.439.8686.08
HexD8DFDE300Daba56
Octal3303373363001525312126
Binary110110001101111111011110110011011010101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DFDE; }

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

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

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

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

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

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

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

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