#D4DBDD

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

Shades of Athens Grey #D4DBDD

Tints of Athens Grey #D4DBDD

Color information

#D4DBDD (or 0xD4DBDD) is unknown color: approx Athens Grey. HEX triplet: D4, DB and DD. RGB value is (212,219,221). Sum of RGB (Red+Green+Blue) = 212+219+221=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 219 (85.94% from 255 or 33.59% 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 #D4DBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBDD is #2B2422. Grayscale: #D9D9D9. Windows color (decimal): -2827299 or 14539732. OLE color: 14539732.

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

Color convert

RGB212219221-
CMYK0.040.0100.13
HSL193.33º11.69%84.9%-
HSV(B)193.33º4.07%86.67%-
XYZ65.5369.8878.44-
YUV217.14130.18124.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.52%
GREEN value IS 219 (85.94% from 255) = 33.59%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=32.52%
G=33.59%
B=33.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122192210.040.0100.13193.3311.6984.9
HexD4DBDD410Dc1c55
Octal3243333354101530114125
Binary1101010011011011110111011001011011100000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DBDD; }

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

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

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

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

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

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

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

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