#DCBEDE

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

Shades of Thistle #DCBEDE

Tints of Thistle #DCBEDE

Color information

#DCBEDE (or 0xDCBEDE) is unknown color: approx Thistle. HEX triplet: DC, BE and DE. RGB value is (220,190,222). Sum of RGB (Red+Green+Blue) = 220+190+222=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEDE is #234121. Grayscale: #CACACA. Windows color (decimal): -2310434 or 14597852. OLE color: 14597852.

HSL color Cylindrical-coordinate representation of color #DCBEDE: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBEDE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220190222-
CMYK0.010.1400.13
HSL296.25º32.65%80.78%-
HSV(B)296.25º14.41%87.06%-
XYZ61.1157.3276.95-
YUV202.62138.94140.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 222 (87.11% from 255) = 35.13%
R=34.81%
G=30.06%
B=35.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201902220.010.1400.13296.2532.6580.78
HexDCBEDE1E0D1282151
Octal33427633611601545041121
Binary11011100101111101101111011110011011001010001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEDE; }

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

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

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

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

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

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

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

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