#DCBBDC

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

Shades of Thistle #DCBBDC

Tints of Thistle #DCBBDC

Color information

#DCBBDC (or 0xDCBBDC) is unknown color: approx Thistle. HEX triplet: DC, BB and DC. RGB value is (220,187,220). Sum of RGB (Red+Green+Blue) = 220+187+220=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBDC is #234423. Grayscale: #C8C8C8. Windows color (decimal): -2311204 or 14466012. OLE color: 14466012.

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

Color convert

RGB220187220-
CMYK00.1500.14
HSL300º32.04%79.8%-
HSV(B)300º15%86.27%-
XYZ60.255.9275.33-
YUV200.63138.93141.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=35.09%
G=29.82%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018722000.1500.1430032.0479.8
HexDCBBDC0F0E12c2050
Octal33427333401701645440120
Binary11011100101110111101110001111011101001011001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBDC; }

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

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

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

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

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

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

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

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