Html Css Color HEX #D9DCDC Athens Grey

📋 copy color: '#D9DCDC'

red 217 ◦ green 220 ◦ blue 220

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

Shades of Athens Grey #D9DCDC

Tints of Athens Grey #D9DCDC

RGB

 RED value IS 217 (85.16% from 255) = 33.03%

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

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

R = 33.03%
G = 33.49%
B = 33.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9DCDC (or 0xD9DCDC) is known color: Athens Grey. HEX triplet: D9, DC and DC. RGB value is (217,220,220). Sum of RGB (Red+Green+Blue) = 217+220+220=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #D9DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCDC is #262323. Grayscale: #DBDBDB. Windows color (decimal): -2499364 or 14474457. OLE color: 14474457.

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

Color convert

RGB 217 220 220 -
CMYK 0.01 0 0 0.14
HSL 180º 0.04% 0.86% -
HSV(B) 180º 0.01% 0.86% -
XYZ 67.13 71.11 77.9 -
YUV 219.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 217 220 220 0.01 0 0 0.14 180 0.04 0.86
Hex D9 DC DC 1 0 0 E B4 4 56
Octal 331 334 334 1 0 0 16 264 4 126
Binary 11011001 11011100 11011100 1 0 0 1110 10110100 100 1010110

Color Harmonies of #D9DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCDC

Black with #D9DCDC

Text Example


Text Example

White with #D9DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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