#DCBADC

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

Shades of Thistle #DCBADC

Tints of Thistle #DCBADC

Color information

#DCBADC (or 0xDCBADC) is unknown color: approx Thistle. HEX triplet: DC, BA and DC. RGB value is (220,186,220). Sum of RGB (Red+Green+Blue) = 220+186+220=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBADC is #234523. Grayscale: #C7C7C7. Windows color (decimal): -2311460 or 14465756. OLE color: 14465756.

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

Color convert

RGB220186220-
CMYK00.1500.14
HSL300º32.69%79.61%-
HSV(B)300º15.45%86.27%-
XYZ59.9955.575.26-
YUV200.04139.26142.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 186 (73.05% from 255) = 29.71%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=35.14%
G=29.71%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018622000.1500.1430032.6979.61
HexDCBADC0F0E12c2150
Octal33427233401701645441120
Binary11011100101110101101110001111011101001011001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBADC; }

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

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

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

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

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

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

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

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