#DCB5DF

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

Shades of Thistle #DCB5DF

Tints of Thistle #DCB5DF

Color information

#DCB5DF (or 0xDCB5DF) is unknown color: approx Thistle. HEX triplet: DC, B5 and DF. RGB value is (220,181,223). Sum of RGB (Red+Green+Blue) = 220+181+223=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCB5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5DF is #234A20. Grayscale: #C5C5C5. Windows color (decimal): -2312737 or 14661084. OLE color: 14661084.

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

Color convert

RGB220181223-
CMYK0.010.1900.13
HSL295.71º39.62%79.22%-
HSV(B)295.71º18.83%87.45%-
XYZ59.3653.5977.03-
YUV197.45142.42144.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=35.26%
G=29.01%
B=35.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201812230.010.1900.13295.7139.6279.22
HexDCB5DF1130D128284f
Octal33426533712301545050117
Binary110111001011010111011111110011011011001010001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5DF; }

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

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

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

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

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

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

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

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