Html Css Color HEX #D9DEDD Athens Grey

📋 copy color: '#D9DEDD'

red 217 ◦ green 222 ◦ blue 221

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

Shades of Athens Grey #D9DEDD

Tints of Athens Grey #D9DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.64%

 BLUE value IS 221 (86.72% from 255) = 33.48%

R = 32.88%
G = 33.64%
B = 33.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D9DEDD (or 0xD9DEDD) is known color: Athens Grey. HEX triplet: D9, DE and DD. RGB value is (217,222,221). Sum of RGB (Red+Green+Blue) = 217+222+221=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEDD is #262122. Grayscale: #DCDCDC. Windows color (decimal): -2498851 or 14540505. OLE color: 14540505.

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

Color convert

RGB 217 222 221 -
CMYK 0.02 0 0.00 0.13
HSL 168º 0.07% 0.86% -
HSV(B) 168º 0.02% 0.87% -
XYZ 67.79 72.21 78.77 -
YUV 220.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 217 222 221 0.02 0 0.00 0.13 168 0.07 0.86
Hex D9 DE DD 2 0 0 D A8 7 56
Octal 331 336 335 2 0 0 15 250 7 126
Binary 11011001 11011110 11011101 10 0 0 1101 10101000 111 1010110

Color Harmonies of #D9DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEDD

Black with #D9DEDD

Text Example


Text Example

White with #D9DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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