#DCBADB

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

Shades of Thistle #DCBADB

Tints of Thistle #DCBADB

Color information

#DCBADB (or 0xDCBADB) is unknown color: approx Thistle. HEX triplet: DC, BA and DB. RGB value is (220,186,219). Sum of RGB (Red+Green+Blue) = 220+186+219=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBADB is #234524. Grayscale: #C7C7C7. Windows color (decimal): -2311461 or 14400220. OLE color: 14400220.

HSL color Cylindrical-coordinate representation of color #DCBADB: hue angle of 301.76º 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 #DCBADB is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220186219-
CMYK00.150.000.14
HSL301.76º32.69%79.61%-
HSV(B)301.76º15.45%86.27%-
XYZ59.8655.4574.57-
YUV199.93138.76142.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 186 (73.05% from 255) = 29.76%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=35.2%
G=29.76%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018621900.150.000.14301.7632.6979.61
HexDCBADB0F0E12e2150
Octal33427233301701645641120
Binary11011100101110101101101101111011101001011101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBADB; }

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

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

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

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

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

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

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

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