#DCBCDB

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

Shades of Thistle #DCBCDB

Tints of Thistle #DCBCDB

Color information

#DCBCDB (or 0xDCBCDB) is unknown color: approx Thistle. HEX triplet: DC, BC and DB. RGB value is (220,188,219). Sum of RGB (Red+Green+Blue) = 220+188+219=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCDB is #234324. Grayscale: #C9C9C9. Windows color (decimal): -2310949 or 14400732. OLE color: 14400732.

HSL color Cylindrical-coordinate representation of color #DCBCDB: hue angle of 301.88º 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 #DCBCDB is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220188219-
CMYK00.150.000.14
HSL301.88º31.37%80%-
HSV(B)301.88º14.55%86.27%-
XYZ60.2856.374.71-
YUV201.1138.1141.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=35.09%
G=29.98%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018821900.150.000.14301.8831.3780
HexDCBCDB0F0E12e1f50
Octal33427433301701645637120
Binary1101110010111100110110110111101110100101110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCDB; }

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

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

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

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

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

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

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

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