Html Css Color HEX #D8DEDE Athens Grey

📋 copy color: '#D8DEDE'

red 216 ◦ green 222 ◦ blue 222

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

Shades of Athens Grey #D8DEDE

Tints of Athens Grey #D8DEDE

RGB

 RED value IS 216 (84.77% from 255) = 32.73%

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

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

R = 32.73%
G = 33.64%
B = 33.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8DEDE (or 0xD8DEDE) is known color: Athens Grey. HEX triplet: D8, DE and DE. RGB value is (216,222,222). Sum of RGB (Red+Green+Blue) = 216+222+222=660 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.73% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #D8DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DEDE is #272121. Grayscale: #DCDCDC. Windows color (decimal): -2564386 or 14606040. OLE color: 14606040.

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

Color convert

RGB 216 222 222 -
CMYK 0.03 0 0 0.13
HSL 180º 0.08% 0.86% -
HSV(B) 180º 0.03% 0.87% -
XYZ 67.62 72.12 79.46 -
YUV 220.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 216 222 222 0.03 0 0 0.13 180 0.08 0.86
Hex D8 DE DE 3 0 0 D B4 8 56
Octal 330 336 336 3 0 0 15 264 10 126
Binary 11011000 11011110 11011110 11 0 0 1101 10110100 1000 1010110

Color Harmonies of #D8DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DEDE

Black with #D8DEDE

Text Example


Text Example

White with #D8DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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