#DCB1DF

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

Shades of Thistle #DCB1DF

Tints of Thistle #DCB1DF

Color information

#DCB1DF (or 0xDCB1DF) is unknown color: approx Thistle. HEX triplet: DC, B1 and DF. RGB value is (220,177,223). Sum of RGB (Red+Green+Blue) = 220+177+223=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1DF is #234E20. Grayscale: #C2C2C2. Windows color (decimal): -2313761 or 14660060. OLE color: 14660060.

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

Color convert

RGB220177223-
CMYK0.010.2100.13
HSL296.09º41.82%78.43%-
HSV(B)296.09º20.63%87.45%-
XYZ58.5651.9976.76-
YUV195.1143.75145.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 177 (69.53% from 255) = 28.55%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=35.48%
G=28.55%
B=35.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201772230.010.2100.13296.0941.8278.43
HexDCB1DF1150D1282a4e
Octal33426133712501545052116
Binary110111001011000111011111110101011011001010001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1DF; }

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

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

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

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

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

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

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

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