#DCBEDB

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

Shades of Thistle #DCBEDB

Tints of Thistle #DCBEDB

Color information

#DCBEDB (or 0xDCBEDB) is unknown color: approx Thistle. HEX triplet: DC, BE and DB. RGB value is (220,190,219). Sum of RGB (Red+Green+Blue) = 220+190+219=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEDB is #234124. Grayscale: #CACACA. Windows color (decimal): -2310437 or 14401244. OLE color: 14401244.

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

Color convert

RGB220190219-
CMYK00.140.000.14
HSL302º30%80.39%-
HSV(B)302º13.64%86.27%-
XYZ60.7157.1674.85-
YUV202.28137.44140.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.98%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 219 (85.94% from 255) = 34.82%
R=34.98%
G=30.21%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019021900.140.000.143023080.39
HexDCBEDB0E0E12e1e50
Octal33427633301601645636120
Binary1101110010111110110110110111001110100101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEDB; }

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

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

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

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

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

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

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

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