#D3DBDD

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

Shades of Athens Grey #D3DBDD

Tints of Athens Grey #D3DBDD

Color information

#D3DBDD (or 0xD3DBDD) is unknown color: approx Athens Grey. HEX triplet: D3, DB and DD. RGB value is (211,219,221). Sum of RGB (Red+Green+Blue) = 211+219+221=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBDD is #2C2422. Grayscale: #D8D8D8. Windows color (decimal): -2892835 or 14539731. OLE color: 14539731.

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

Color convert

RGB211219221-
CMYK0.050.0100.13
HSL192º12.82%84.71%-
HSV(B)192º4.52%86.67%-
XYZ65.2569.7378.43-
YUV216.84130.35123.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.41%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=32.41%
G=33.64%
B=33.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112192210.050.0100.1319212.8284.71
HexD3DBDD510Dc0d55
Octal3233333355101530015125
Binary1101001111011011110111011011011011100000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBDD; }

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

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

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

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

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

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

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

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