#D2DDDE

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

Shades of Athens Grey #D2DDDE

Tints of Athens Grey #D2DDDE

Color information

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

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

Color convert

RGB210221222-
CMYK0.050.0000.13
HSL185º15.38%84.71%-
HSV(B)185º5.41%87.06%-
XYZ65.6270.6979.29-
YUV217.82130.36122.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102212220.050.0000.1318515.3884.71
HexD2DDDE500Db9f55
Octal3223353365001527117125
Binary1101001011011101110111101010011011011100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDDE; }

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

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

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

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

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

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

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

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