#DCBADF

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

Shades of Thistle #DCBADF

Tints of Thistle #DCBADF

Color information

#DCBADF (or 0xDCBADF) is unknown color: approx Thistle. HEX triplet: DC, BA and DF. RGB value is (220,186,223). Sum of RGB (Red+Green+Blue) = 220+186+223=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBADF is #234520. Grayscale: #C8C8C8. Windows color (decimal): -2311457 or 14662364. OLE color: 14662364.

HSL color Cylindrical-coordinate representation of color #DCBADF: hue angle of 295.14º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBADF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220186223-
CMYK0.010.1700.13
HSL295.14º36.63%80.2%-
HSV(B)295.14º16.59%87.45%-
XYZ60.3955.6677.37-
YUV200.38140.76141.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 223 (87.5% from 255) = 35.45%
R=34.98%
G=29.57%
B=35.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201862230.010.1700.13295.1436.6380.2
HexDCBADF1110D1272550
Octal33427233712101544745120
Binary110111001011101011011111110001011011001001111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBADF; }

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

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

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

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

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

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

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

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