#D0DEE1

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

Shades of Athens Grey #D0DEE1

Tints of Athens Grey #D0DEE1

Color information

#D0DEE1 (or 0xD0DEE1) is unknown color: approx Athens Grey. HEX triplet: D0, DE and E1. RGB value is (208,222,225). Sum of RGB (Red+Green+Blue) = 208+222+225=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0DEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEE1 is #2F211E. Grayscale: #DADADA. Windows color (decimal): -3088671 or 14802640. OLE color: 14802640.

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

Color convert

RGB208222225-
CMYK0.080.0100.12
HSL190.59º22.08%84.9%-
HSV(B)190.59º7.56%88.24%-
XYZ65.7271.0981.49-
YUV218.16131.86120.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.76%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 225 (88.28% from 255) = 34.35%
R=31.76%
G=33.89%
B=34.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082222250.080.0100.12190.5922.0884.9
HexD0DEE1810Cbf1655
Octal32033634110101427726125
Binary110100001101111011100001100010110010111111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DEE1; }

 p { color: rgb(208,222,225); }

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

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

 a { background-color: rgb(208,222,225); }

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

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

 span { border-color: rgb(208,222,225); }

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