#DCBADD

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

Shades of Thistle #DCBADD

Tints of Thistle #DCBADD

Color information

#DCBADD (or 0xDCBADD) is unknown color: approx Thistle. HEX triplet: DC, BA and DD. RGB value is (220,186,221). Sum of RGB (Red+Green+Blue) = 220+186+221=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBADD is #234522. Grayscale: #C8C8C8. Windows color (decimal): -2311459 or 14531292. OLE color: 14531292.

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

Color convert

RGB220186221-
CMYK0.000.1600.13
HSL298.29º33.98%79.8%-
HSV(B)298.29º15.84%86.67%-
XYZ60.1355.5575.96-
YUV200.16139.76142.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=35.09%
G=29.67%
B=35.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201862210.000.1600.13298.2933.9879.8
HexDCBADD0100D12a2250
Octal33427233502001545242120
Binary110111001011101011011101010000011011001010101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBADD; }

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

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

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

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

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

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

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

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