Html Css Color HEX #D7DEDE Athens Grey

📋 copy color: '#D7DEDE'

red 215 ◦ green 222 ◦ blue 222

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

Shades of Athens Grey #D7DEDE

Tints of Athens Grey #D7DEDE

RGB

 RED value IS 215 (84.38% from 255) = 32.63%

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

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

R = 32.63%
G = 33.69%
B = 33.69%

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

#D7DEDE (or 0xD7DEDE) is known color: Athens Grey. HEX triplet: D7, DE and DE. RGB value is (215,222,222). Sum of RGB (Red+Green+Blue) = 215+222+222=659 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.63% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #D7DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEDE is #282121. Grayscale: #DBDBDB. Windows color (decimal): -2629922 or 14606039. OLE color: 14606039.

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

Color convert

RGB 215 222 222 -
CMYK 0.03 0 0 0.13
HSL 180º 0.1% 0.86% -
HSV(B) 180º 0.03% 0.87% -
XYZ 67.33 71.96 79.45 -
YUV 219.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 215 222 222 0.03 0 0 0.13 180 0.1 0.86
Hex D7 DE DE 3 0 0 D B4 A 56
Octal 327 336 336 3 0 0 15 264 12 126
Binary 11010111 11011110 11011110 11 0 0 1101 10110100 1010 1010110

Color Harmonies of #D7DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DEDE

Black with #D7DEDE

Text Example


Text Example

White with #D7DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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