#D6DFDE

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

Shades of Athens Grey #D6DFDE

Tints of Athens Grey #D6DFDE

Color information

#D6DFDE (or 0xD6DFDE) is unknown color: approx Athens Grey. HEX triplet: D6, DF and DE. RGB value is (214,223,222). Sum of RGB (Red+Green+Blue) = 214+223+222=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFDE is #292021. Grayscale: #DCDCDC. Windows color (decimal): -2695202 or 14606294. OLE color: 14606294.

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

Color convert

RGB214223222-
CMYK0.0400.000.13
HSL173.33º12.33%85.69%-
HSV(B)173.33º4.04%87.45%-
XYZ67.372.3579.52-
YUV220.19129.02123.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.47%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=32.47%
G=33.84%
B=33.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142232220.0400.000.13173.3312.3385.69
HexD6DFDE400Dadc56
Octal3263373364001525514126
Binary1101011011011111110111101000011011010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DFDE; }

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

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

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

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

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

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

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

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