#D0DEDE

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

Shades of Athens Grey #D0DEDE

Tints of Athens Grey #D0DEDE

Color information

#D0DEDE (or 0xD0DEDE) is unknown color: approx Athens Grey. HEX triplet: D0, DE and DE. RGB value is (208,222,222). Sum of RGB (Red+Green+Blue) = 208+222+222=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #D0DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEDE is #2F2121. Grayscale: #D9D9D9. Windows color (decimal): -3088674 or 14606032. OLE color: 14606032.

HSL color Cylindrical-coordinate representation of color #D0DEDE: hue angle of 180º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DEDE is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208222222-
CMYK0.06000.13
HSL180º17.5%84.31%-
HSV(B)180º6.31%87.06%-
XYZ65.3270.9379.35-
YUV217.81130.36121-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.90%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=31.90%
G=34.05%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082222220.06000.1318017.584.31
HexD0DEDE600Db41254
Octal3203363366001526422124
Binary11010000110111101101111011000110110110100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DEDE; }

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

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

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

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

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

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

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

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