#DCB6DD

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

Shades of Thistle #DCB6DD

Tints of Thistle #DCB6DD

Color information

#DCB6DD (or 0xDCB6DD) is unknown color: approx Thistle. HEX triplet: DC, B6 and DD. RGB value is (220,182,221). Sum of RGB (Red+Green+Blue) = 220+182+221=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6DD is #234922. Grayscale: #C5C5C5. Windows color (decimal): -2312483 or 14530268. OLE color: 14530268.

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

Color convert

RGB220182221-
CMYK0.000.1800.13
HSL298.46º36.45%79.02%-
HSV(B)298.46º17.65%86.67%-
XYZ59.2953.8975.68-
YUV197.81141.09143.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 182 (71.48% from 255) = 29.21%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=35.31%
G=29.21%
B=35.47%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201822210.000.1800.13298.4636.4579.02
HexDCB6DD0120D12a244f
Octal33426633502201545244117
Binary110111001011011011011101010010011011001010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6DD; }

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

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

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

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

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

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

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

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