Html Css Color HEX #D9DFDE Athens Grey

📋 copy color: '#D9DFDE'

red 217 ◦ green 223 ◦ blue 222

#D9DFDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Athens Grey #D9DFDE

Tints of Athens Grey #D9DFDE

RGB

 RED value IS 217 (85.16% from 255) = 32.78%

 GREEN value IS 223 (87.5% from 255) = 33.69%

 BLUE value IS 222 (87.11% from 255) = 33.53%

R = 32.78%
G = 33.69%
B = 33.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D9DFDE (or 0xD9DFDE) is known color: Athens Grey. HEX triplet: D9, DF and DE. RGB value is (217,223,222). Sum of RGB (Red+Green+Blue) = 217+223+222=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFDE is #262021. Grayscale: #DDDDDD. Windows color (decimal): -2498594 or 14606297. OLE color: 14606297.

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

Color convert

RGB 217 223 222 -
CMYK 0.03 0 0.00 0.13
HSL 170º 0.09% 0.86% -
HSV(B) 170º 0.03% 0.87% -
XYZ 68.19 72.8 79.57 -
YUV 221.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 217 223 222 0.03 0 0.00 0.13 170 0.09 0.86
Hex D9 DF DE 3 0 0 D AA 9 56
Octal 331 337 336 3 0 0 15 252 11 126
Binary 11011001 11011111 11011110 11 0 0 1101 10101010 1001 1010110

Color Harmonies of #D9DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DFDE

Black with #D9DFDE

Text Example


Text Example

White with #D9DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DFDE; }

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

 H1.HeaderClassName
 {
   color: #D9DFDE;
 }
 .AnyTagClassName
 {
   color: #D9DFDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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