Html Css Color HEX #D5DCDC Athens Grey

📋 copy color: '#D5DCDC'

red 213 ◦ green 220 ◦ blue 220

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

Shades of Athens Grey #D5DCDC

Tints of Athens Grey #D5DCDC

RGB

 RED value IS 213 (83.59% from 255) = 32.62%

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

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

R = 32.62%
G = 33.69%
B = 33.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5DCDC (or 0xD5DCDC) is known color: Athens Grey. HEX triplet: D5, DC and DC. RGB value is (213,220,220). Sum of RGB (Red+Green+Blue) = 213+220+220=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #D5DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCDC is #2A2323. Grayscale: #D9D9D9. Windows color (decimal): -2761508 or 14474453. OLE color: 14474453.

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

Color convert

RGB 213 220 220 -
CMYK 0.03 0 0 0.14
HSL 180º 0.09% 0.85% -
HSV(B) 180º 0.03% 0.86% -
XYZ 65.95 70.5 77.84 -
YUV 217.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 213 220 220 0.03 0 0 0.14 180 0.09 0.85
Hex D5 DC DC 3 0 0 E B4 9 55
Octal 325 334 334 3 0 0 16 264 11 125
Binary 11010101 11011100 11011100 11 0 0 1110 10110100 1001 1010101

Color Harmonies of #D5DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCDC

Black with #D5DCDC

Text Example


Text Example

White with #D5DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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