#DCDAD7

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

Shades of Gallery #DCDAD7

Tints of Gallery #DCDAD7

Color information

#DCDAD7 (or 0xDCDAD7) is unknown color: approx Gallery. HEX triplet: DC, DA and D7. RGB value is (220,218,215). Sum of RGB (Red+Green+Blue) = 220+218+215=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAD7 is #232528. Grayscale: #DADADA. Windows color (decimal): -2303273 or 14146268. OLE color: 14146268.

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

Color convert

RGB220218215-
CMYK00.010.020.14
HSL36º6.67%85.29%-
HSV(B)36º2.27%86.27%-
XYZ66.8570.2674.33-
YUV218.26126.16129.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 215 (84.38% from 255) = 32.92%
R=33.69%
G=33.38%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021821500.010.020.14366.6785.29
HexDCDAD7012E24755
Octal33433232701216447125
Binary110111001101101011010111011011101001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAD7; }

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

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

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

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

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

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

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

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