#DADDDE

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

Shades of Athens Grey #DADDDE

Tints of Athens Grey #DADDDE

Color information

#DADDDE (or 0xDADDDE) is unknown color: approx Athens Grey. HEX triplet: DA, DD and DE. RGB value is (218,221,222). Sum of RGB (Red+Green+Blue) = 218+221+222=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 222 - color contains mainly: blue. Hex color #DADDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDDE is #252221. Grayscale: #DCDCDC. Windows color (decimal): -2433570 or 14605786. OLE color: 14605786.

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

Color convert

RGB218221222-
CMYK0.020.0000.13
HSL195º5.71%86.27%-
HSV(B)195º1.8%87.06%-
XYZ67.9571.8979.4-
YUV220.22129.01126.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=32.98%
G=33.43%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182212220.020.0000.131955.7186.27
HexDADDDE200Dc3656
Octal332335336200153036126
Binary11011010110111011101111010001101110000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDDE; }

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

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

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

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

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

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

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

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