Html Css Color HEX #D8DEDD Athens Grey

📋 copy color: '#D8DEDD'

red 216 ◦ green 222 ◦ blue 221

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

Shades of Athens Grey #D8DEDD

Tints of Athens Grey #D8DEDD

RGB

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

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

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

R = 32.78%
G = 33.69%
B = 33.54%

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

#D8DEDD (or 0xD8DEDD) is known color: Athens Grey. HEX triplet: D8, DE and DD. RGB value is (216,222,221). Sum of RGB (Red+Green+Blue) = 216+222+221=659 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.78% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DEDD is #272122. Grayscale: #DCDCDC. Windows color (decimal): -2564387 or 14540504. OLE color: 14540504.

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

Color convert

RGB 216 222 221 -
CMYK 0.03 0 0.00 0.13
HSL 170º 0.08% 0.86% -
HSV(B) 170º 0.03% 0.87% -
XYZ 67.49 72.06 78.76 -
YUV 220.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 216 222 221 0.03 0 0.00 0.13 170 0.08 0.86
Hex D8 DE DD 3 0 0 D AA 8 56
Octal 330 336 335 3 0 0 15 252 10 126
Binary 11011000 11011110 11011101 11 0 0 1101 10101010 1000 1010110

Color Harmonies of #D8DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DEDD

Black with #D8DEDD

Text Example


Text Example

White with #D8DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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