#DADCDC

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

Shades of Athens Grey #DADCDC

Tints of Athens Grey #DADCDC

Color information

#DADCDC (or 0xDADCDC) is unknown color: approx Athens Grey. HEX triplet: DA, DC and DC. RGB value is (218,220,220). Sum of RGB (Red+Green+Blue) = 218+220+220=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #DADCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCDC is #252323. Grayscale: #DBDBDB. Windows color (decimal): -2433828 or 14474458. OLE color: 14474458.

HSL color Cylindrical-coordinate representation of color #DADCDC: hue angle of 180º degrees, saturation: 0.03, 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 #DADCDC is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218220220-
CMYK0.01000.14
HSL180º2.78%85.88%-
HSV(B)180º0.91%86.27%-
XYZ67.4271.2677.91-
YUV219.4128.34127-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=33.13%
G=33.43%
B=33.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182202200.01000.141802.7885.88
HexDADCDC100Eb4356
Octal332334334100162643126
Binary110110101101110011011100100111010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCDC; }

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

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

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

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

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

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

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

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