#D7DCDD

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

Shades of Athens Grey #D7DCDD

Tints of Athens Grey #D7DCDD

Color information

#D7DCDD (or 0xD7DCDD) is unknown color: approx Athens Grey. HEX triplet: D7, DC and DD. RGB value is (215,220,221). Sum of RGB (Red+Green+Blue) = 215+220+221=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7DCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCDD is #282322. Grayscale: #DADADA. Windows color (decimal): -2630435 or 14539991. OLE color: 14539991.

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

Color convert

RGB215220221-
CMYK0.030.0000.13
HSL190º8.11%85.49%-
HSV(B)190º2.71%86.67%-
XYZ66.6770.8578.57-
YUV218.62129.34125.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.77%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=32.77%
G=33.54%
B=33.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152202210.030.0000.131908.1185.49
HexD7DCDD300Dbe855
Octal3273343353001527610125
Binary110101111101110011011101110011011011111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCDD; }

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

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

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

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

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

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

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

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