#DADFDE

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

Shades of Athens Grey #DADFDE

Tints of Athens Grey #DADFDE

Color information

#DADFDE (or 0xDADFDE) is unknown color: approx Athens Grey. HEX triplet: DA, DF and DE. RGB value is (218,223,222). Sum of RGB (Red+Green+Blue) = 218+223+222=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFDE is #252021. Grayscale: #DDDDDD. Windows color (decimal): -2433058 or 14606298. OLE color: 14606298.

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

Color convert

RGB218223222-
CMYK0.0200.000.13
HSL168º7.25%86.47%-
HSV(B)168º2.24%87.45%-
XYZ68.4972.9579.58-
YUV221.39128.34125.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=32.88%
G=33.63%
B=33.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182232220.0200.000.131687.2586.47
HexDADFDE200Da8756
Octal332337336200152507126
Binary11011010110111111101111010001101101010001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFDE; }

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

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

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

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

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

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

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

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