#DCBCDC

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

Shades of Thistle #DCBCDC

Tints of Thistle #DCBCDC

Color information

#DCBCDC (or 0xDCBCDC) is unknown color: approx Thistle. HEX triplet: DC, BC and DC. RGB value is (220,188,220). Sum of RGB (Red+Green+Blue) = 220+188+220=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCDC is #234323. Grayscale: #C9C9C9. Windows color (decimal): -2310948 or 14466268. OLE color: 14466268.

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

Color convert

RGB220188220-
CMYK00.1500.14
HSL300º31.37%80%-
HSV(B)300º14.55%86.27%-
XYZ60.4256.3575.4-
YUV201.22138.6141.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 188 (73.83% from 255) = 29.94%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=35.03%
G=29.94%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018822000.1500.1430031.3780
HexDCBCDC0F0E12c1f50
Octal33427433401701645437120
Binary1101110010111100110111000111101110100101100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCDC; }

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

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

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

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

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

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

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

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