#D6DEDD

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

Shades of Athens Grey #D6DEDD

Tints of Athens Grey #D6DEDD

Color information

#D6DEDD (or 0xD6DEDD) is unknown color: approx Athens Grey. HEX triplet: D6, DE and DD. RGB value is (214,222,221). Sum of RGB (Red+Green+Blue) = 214+222+221=657 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.57% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEDD is #292122. Grayscale: #DBDBDB. Windows color (decimal): -2695459 or 14540502. OLE color: 14540502.

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

Color convert

RGB214222221-
CMYK0.0400.000.13
HSL172.5º10.81%85.49%-
HSV(B)172.5º3.6%87.06%-
XYZ66.971.7678.73-
YUV219.49128.85124.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.57%
GREEN value IS 222 (87.11% from 255) = 33.79%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=32.57%
G=33.79%
B=33.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142222210.0400.000.13172.510.8185.49
HexD6DEDD400Dacb55
Octal3263363354001525413125
Binary1101011011011110110111011000011011010110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DEDD; }

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

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

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

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

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

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

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

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