Html Css Color HEX #DADCDC Athens Grey

📋 copy color: '#DADCDC'

red 218 ◦ green 220 ◦ blue 220

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

Shades of Athens Grey #DADCDC

Tints of Athens Grey #DADCDC

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 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

#DADCDC (or 0xDADCDC) is known color: 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

RGB 218 220 220 -
CMYK 0.01 0 0 0.14
HSL 180º 0.03% 0.86% -
HSV(B) 180º 0.01% 0.86% -
XYZ 67.42 71.26 77.91 -
YUV 219.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 218 220 220 0.01 0 0 0.14 180 0.03 0.86
Hex DA DC DC 1 0 0 E B4 3 56
Octal 332 334 334 1 0 0 16 264 3 126
Binary 11011010 11011100 11011100 1 0 0 1110 10110100 11 1010110

Color Harmonies of #DADCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCDC

Black with #DADCDC

Text Example


Text Example

White with #DADCDC

Text Example


Text Example

HTML Codes & Css Web 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>