Html Css Color HEX #D7DDDC Athens Grey

📋 copy color: '#D7DDDC'

red 215 ◦ green 221 ◦ blue 220

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

Shades of Athens Grey #D7DDDC

Tints of Athens Grey #D7DDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.69%

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 32.77%
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

#D7DDDC (or 0xD7DDDC) is known color: Athens Grey. HEX triplet: D7, DD and DC. RGB value is (215,221,220). Sum of RGB (Red+Green+Blue) = 215+221+220=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDDC is #282223. Grayscale: #DBDBDB. Windows color (decimal): -2630180 or 14474711. OLE color: 14474711.

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

Color convert

RGB 215 221 220 -
CMYK 0.03 0 0.00 0.13
HSL 170º 0.08% 0.85% -
HSV(B) 170º 0.03% 0.87% -
XYZ 66.8 71.33 77.96 -
YUV 219.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 215 221 220 0.03 0 0.00 0.13 170 0.08 0.85
Hex D7 DD DC 3 0 0 D AA 8 55
Octal 327 335 334 3 0 0 15 252 10 125
Binary 11010111 11011101 11011100 11 0 0 1101 10101010 1000 1010101

Color Harmonies of #D7DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DDDC

Black with #D7DDDC

Text Example


Text Example

White with #D7DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DDDC; }

 p { color: rgb(215,221,220); }

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

background-color css

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

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

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

border-color css

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

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

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