#D5DCDC

Color #D5DCDC Athens Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Athens Grey #D5DCDC

Tints of Athens Grey #D5DCDC

Color information

#D5DCDC (or 0xD5DCDC) is unknown color: approx 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

RGB213220220-
CMYK0.03000.14
HSL180º9.09%84.9%-
HSV(B)180º3.18%86.27%-
XYZ65.9570.577.84-
YUV217.91129.18124.5-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132202200.03000.141809.0984.9
HexD5DCDC300Eb4955
Octal3253343343001626411125
Binary110101011101110011011100110011101011010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>