#DCBFDC

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

Shades of Thistle #DCBFDC

Tints of Thistle #DCBFDC

Color information

#DCBFDC (or 0xDCBFDC) is unknown color: approx Thistle. HEX triplet: DC, BF and DC. RGB value is (220,191,220). Sum of RGB (Red+Green+Blue) = 220+191+220=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFDC is #234023. Grayscale: #CACACA. Windows color (decimal): -2310180 or 14467036. OLE color: 14467036.

HSL color Cylindrical-coordinate representation of color #DCBFDC: hue angle of 300º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCBFDC is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB220191220-
CMYK00.1300.14
HSL300º29.29%80.59%-
HSV(B)300º13.18%86.27%-
XYZ61.0657.6475.62-
YUV202.98137.61140.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=34.87%
G=30.27%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019122000.1300.1430029.2980.59
HexDCBFDC0D0E12c1d51
Octal33427733401501645435121
Binary1101110010111111110111000110101110100101100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFDC; }

 p { color: rgb(220,191,220); }

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

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

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

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

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

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

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