#DCBCDE

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

Shades of Thistle #DCBCDE

Tints of Thistle #DCBCDE

Color information

#DCBCDE (or 0xDCBCDE) is unknown color: approx Thistle. HEX triplet: DC, BC and DE. RGB value is (220,188,222). Sum of RGB (Red+Green+Blue) = 220+188+222=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCDE is #234321. Grayscale: #C9C9C9. Windows color (decimal): -2310946 or 14597340. OLE color: 14597340.

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

Color convert

RGB220188222-
CMYK0.010.1500.13
HSL296.47º34%80.39%-
HSV(B)296.47º15.32%87.06%-
XYZ60.6856.4676.81-
YUV201.44139.6141.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=34.92%
G=29.84%
B=35.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201882220.010.1500.13296.473480.39
HexDCBCDE1F0D1282250
Octal33427433611701545042120
Binary11011100101111001101111011111011011001010001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCDE; }

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

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

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

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

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

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

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

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