#DCBDE6

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

Shades of Thistle #DCBDE6

Tints of Thistle #DCBDE6

Color information

#DCBDE6 (or 0xDCBDE6) is unknown color: approx Thistle. HEX triplet: DC, BD and E6. RGB value is (220,189,230). Sum of RGB (Red+Green+Blue) = 220+189+230=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDE6 is #234219. Grayscale: #CACACA. Windows color (decimal): -2310682 or 15121884. OLE color: 15121884.

HSL color Cylindrical-coordinate representation of color #DCBDE6: hue angle of 285.37º degrees, saturation: 0.45, 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 #DCBDE6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220189230-
CMYK0.040.1800.10
HSL285.37º45.05%82.16%-
HSV(B)285.37º17.83%90.2%-
XYZ6257.3282.66-
YUV202.94143.27140.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 230 (90.23% from 255) = 35.99%
R=34.43%
G=29.58%
B=35.99%

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
Decimal2201892300.040.1800.10285.3745.0582.16
HexDCBDE64120A11d2d52
Octal33427534642201243555122
Binary11011100101111011110011010010010010101000111011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDE6; }

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

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

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

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

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

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

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

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