Html Css Color HEX #D6DEDE Athens Grey

📋 copy color: '#D6DEDE'

red 214 ◦ green 222 ◦ blue 222

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

Shades of Athens Grey #D6DEDE

Tints of Athens Grey #D6DEDE

RGB

 RED value IS 214 (83.98% from 255) = 32.52%

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

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

R = 32.52%
G = 33.74%
B = 33.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D6DEDE (or 0xD6DEDE) is known color: Athens Grey. HEX triplet: D6, DE and DE. RGB value is (214,222,222). Sum of RGB (Red+Green+Blue) = 214+222+222=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #D6DEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEDE is #292121. Grayscale: #DBDBDB. Windows color (decimal): -2695458 or 14606038. OLE color: 14606038.

HSL color Cylindrical-coordinate representation of color #D6DEDE: hue angle of 180º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6DEDE is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 222 222 -
CMYK 0.04 0 0 0.13
HSL 180º 0.11% 0.85% -
HSV(B) 180º 0.04% 0.87% -
XYZ 67.04 71.81 79.44 -
YUV 219.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 214 222 222 0.04 0 0 0.13 180 0.11 0.85
Hex D6 DE DE 4 0 0 D B4 B 55
Octal 326 336 336 4 0 0 15 264 13 125
Binary 11010110 11011110 11011110 100 0 0 1101 10110100 1011 1010101

Color Harmonies of #D6DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEDE

Black with #D6DEDE

Text Example


Text Example

White with #D6DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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