#D2DEDD

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

Shades of Athens Grey #D2DEDD

Tints of Athens Grey #D2DEDD

Color information

#D2DEDD (or 0xD2DEDD) is unknown color: approx Athens Grey. HEX triplet: D2, DE and DD. RGB value is (210,222,221). Sum of RGB (Red+Green+Blue) = 210+222+221=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEDD is #2D2122. Grayscale: #DADADA. Windows color (decimal): -2957603 or 14540498. OLE color: 14540498.

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

Color convert

RGB210222221-
CMYK0.0500.000.13
HSL175º15.38%84.71%-
HSV(B)175º5.41%87.06%-
XYZ65.7571.1678.68-
YUV218.3129.52122.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.16%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=32.16%
G=34.00%
B=33.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102222210.0500.000.1317515.3884.71
HexD2DEDD500Daff55
Octal3223363355001525717125
Binary1101001011011110110111011010011011010111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DEDD; }

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

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

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

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

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

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

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

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