Html Css Color HEX #D6DEDD Athens Grey

📋 copy color: '#D6DEDD'

red 214 ◦ green 222 ◦ blue 221

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

Shades of Athens Grey #D6DEDD

Tints of Athens Grey #D6DEDD

RGB

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

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

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

R = 32.57%
G = 33.79%
B = 33.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#D6DEDD (or 0xD6DEDD) is known color: Athens Grey. HEX triplet: D6, DE and DD. RGB value is (214,222,221). Sum of RGB (Red+Green+Blue) = 214+222+221=657 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.57% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DEDD is #292122. Grayscale: #DBDBDB. Windows color (decimal): -2695459 or 14540502. OLE color: 14540502.

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

Color convert

RGB 214 222 221 -
CMYK 0.04 0 0.00 0.13
HSL 172.5º 0.11% 0.85% -
HSV(B) 172.5º 0.04% 0.87% -
XYZ 66.9 71.76 78.73 -
YUV 219.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 214 222 221 0.04 0 0.00 0.13 172.5 0.11 0.85
Hex D6 DE DD 4 0 0 D AC B 55
Octal 326 336 335 4 0 0 15 254 13 125
Binary 11010110 11011110 11011101 100 0 0 1101 10101100 1011 1010101

Color Harmonies of #D6DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEDD

Black with #D6DEDD

Text Example


Text Example

White with #D6DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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