#D4DCDC

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

Shades of Athens Grey #D4DCDC

Tints of Athens Grey #D4DCDC

Color information

#D4DCDC (or 0xD4DCDC) is unknown color: approx Athens Grey. HEX triplet: D4, DC and DC. RGB value is (212,220,220). Sum of RGB (Red+Green+Blue) = 212+220+220=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #D4DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCDC is #2B2323. Grayscale: #D9D9D9. Windows color (decimal): -2827044 or 14474452. OLE color: 14474452.

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

Color convert

RGB212220220-
CMYK0.04000.14
HSL180º10.26%84.71%-
HSV(B)180º3.64%86.27%-
XYZ65.6670.3577.83-
YUV217.61129.35124-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.52%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=32.52%
G=33.74%
B=33.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122202200.04000.1418010.2684.71
HexD4DCDC400Eb4a55
Octal3243343344001626412125
Binary1101010011011100110111001000011101011010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCDC; }

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

 H1.HeaderClassName
 {
   color: #D4DCDC;
 }
 .AnyTagClassName
 {
   color: #D4DCDC;
 }
</style>
background-color css

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

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

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

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

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

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