#D0DDDE

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

Shades of Athens Grey #D0DDDE

Tints of Athens Grey #D0DDDE

Color information

#D0DDDE (or 0xD0DDDE) is unknown color: approx Athens Grey. HEX triplet: D0, DD and DE. RGB value is (208,221,222). Sum of RGB (Red+Green+Blue) = 208+221+222=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0DDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDDE is #2F2221. Grayscale: #D9D9D9. Windows color (decimal): -3088930 or 14605776. OLE color: 14605776.

HSL color Cylindrical-coordinate representation of color #D0DDDE: hue angle of 184.29º 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 #D0DDDE is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208221222-
CMYK0.060.0000.13
HSL184.29º17.5%84.31%-
HSV(B)184.29º6.31%87.06%-
XYZ65.0570.479.27-
YUV217.23130.69121.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.95%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=31.95%
G=33.95%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082212220.060.0000.13184.2917.584.31
HexD0DDDE600Db81154
Octal3203353366001527021124
Binary11010000110111011101111011000110110111000100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDDE; }

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

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

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

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

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

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

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

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