#D2DEE0

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

Shades of Athens Grey #D2DEE0

Tints of Athens Grey #D2DEE0

Color information

#D2DEE0 (or 0xD2DEE0) is unknown color: approx Athens Grey. HEX triplet: D2, DE and E0. RGB value is (210,222,224). Sum of RGB (Red+Green+Blue) = 210+222+224=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 224 - color contains mainly: blue. Hex color #D2DEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEE0 is #2D211F. Grayscale: #DADADA. Windows color (decimal): -2957600 or 14737106. OLE color: 14737106.

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

Color convert

RGB210222224-
CMYK0.060.0100.12
HSL188.57º18.42%85.1%-
HSV(B)188.57º6.25%87.84%-
XYZ66.1571.3380.8-
YUV218.64131.02121.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.01%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 224 (87.89% from 255) = 34.15%
R=32.01%
G=33.84%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102222240.060.0100.12188.5718.4285.1
HexD2DEE0610Cbd1255
Octal3223363406101427522125
Binary11010010110111101110000011010110010111101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DEE0; }

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

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

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

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

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

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

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

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