Html Css Color HEX #D9DEDE Athens Grey

📋 copy color: '#D9DEDE'

red 217 ◦ green 222 ◦ blue 222

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

Shades of Athens Grey #D9DEDE

Tints of Athens Grey #D9DEDE

RGB

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

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

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

R = 32.83%
G = 33.59%
B = 33.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9DEDE (or 0xD9DEDE) is known color: Athens Grey. HEX triplet: D9, DE and DE. RGB value is (217,222,222). Sum of RGB (Red+Green+Blue) = 217+222+222=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #D9DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DEDE is #262121. Grayscale: #DCDCDC. Windows color (decimal): -2498850 or 14606041. OLE color: 14606041.

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

Color convert

RGB 217 222 222 -
CMYK 0.02 0 0 0.13
HSL 180º 0.07% 0.86% -
HSV(B) 180º 0.02% 0.87% -
XYZ 67.92 72.27 79.48 -
YUV 220.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 217 222 222 0.02 0 0 0.13 180 0.07 0.86
Hex D9 DE DE 2 0 0 D B4 7 56
Octal 331 336 336 2 0 0 15 264 7 126
Binary 11011001 11011110 11011110 10 0 0 1101 10110100 111 1010110

Color Harmonies of #D9DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEDE

Black with #D9DEDE

Text Example


Text Example

White with #D9DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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