Html Css Color HEX #D7DCDC Athens Grey

📋 copy color: '#D7DCDC'

red 215 ◦ green 220 ◦ blue 220

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

Shades of Athens Grey #D7DCDC

Tints of Athens Grey #D7DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.59%

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

R = 32.82%
G = 33.59%
B = 33.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7DCDC (or 0xD7DCDC) is known color: Athens Grey. HEX triplet: D7, DC and DC. RGB value is (215,220,220). Sum of RGB (Red+Green+Blue) = 215+220+220=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #D7DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCDC is #282323. Grayscale: #DADADA. Windows color (decimal): -2630436 or 14474455. OLE color: 14474455.

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

Color convert

RGB 215 220 220 -
CMYK 0.02 0 0 0.14
HSL 180º 0.07% 0.85% -
HSV(B) 180º 0.02% 0.86% -
XYZ 66.54 70.8 77.87 -
YUV 218.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 215 220 220 0.02 0 0 0.14 180 0.07 0.85
Hex D7 DC DC 2 0 0 E B4 7 55
Octal 327 334 334 2 0 0 16 264 7 125
Binary 11010111 11011100 11011100 10 0 0 1110 10110100 111 1010101

Color Harmonies of #D7DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCDC

Black with #D7DCDC

Text Example


Text Example

White with #D7DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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