#D3DCDD

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

Shades of Athens Grey #D3DCDD

Tints of Athens Grey #D3DCDD

Color information

#D3DCDD (or 0xD3DCDD) is unknown color: approx Athens Grey. HEX triplet: D3, DC and DD. RGB value is (211,220,221). Sum of RGB (Red+Green+Blue) = 211+220+221=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCDD is #2C2322. Grayscale: #D9D9D9. Windows color (decimal): -2892579 or 14539987. OLE color: 14539987.

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

Color convert

RGB211220221-
CMYK0.050.0000.13
HSL186º12.82%84.71%-
HSV(B)186º4.52%86.67%-
XYZ65.5170.2678.51-
YUV217.42130.02123.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.36%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=32.36%
G=33.74%
B=33.90%

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
Decimal2112202210.050.0000.1318612.8284.71
HexD3DCDD500Dbad55
Octal3233343355001527215125
Binary1101001111011100110111011010011011011101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCDD; }

 p { color: rgb(211,220,221); }

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

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

 a { background-color: rgb(211,220,221); }

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

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

 span { border-color: rgb(211,220,221); }

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