#DCBCE6

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

Shades of Thistle #DCBCE6

Tints of Thistle #DCBCE6

Color information

#DCBCE6 (or 0xDCBCE6) is unknown color: approx Thistle. HEX triplet: DC, BC and E6. RGB value is (220,188,230). Sum of RGB (Red+Green+Blue) = 220+188+230=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCE6 is #234319. Grayscale: #CACACA. Windows color (decimal): -2310938 or 15121628. OLE color: 15121628.

HSL color Cylindrical-coordinate representation of color #DCBCE6: hue angle of 285.71º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBCE6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220188230-
CMYK0.040.1800.10
HSL285.71º45.65%81.96%-
HSV(B)285.71º18.26%90.2%-
XYZ61.7856.982.59-
YUV202.36143.6140.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 188 (73.83% from 255) = 29.47%
BLUE value IS 230 (90.23% from 255) = 36.05%
R=34.48%
G=29.47%
B=36.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201882300.040.1800.10285.7145.6581.96
HexDCBCE64120A11e2e52
Octal33427434642201243656122
Binary11011100101111001110011010010010010101000111101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCE6; }

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

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

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

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

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

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

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

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