#DCB9DE

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

Shades of Thistle #DCB9DE

Tints of Thistle #DCB9DE

Color information

#DCB9DE (or 0xDCB9DE) is unknown color: approx Thistle. HEX triplet: DC, B9 and DE. RGB value is (220,185,222). Sum of RGB (Red+Green+Blue) = 220+185+222=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCB9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9DE is #234621. Grayscale: #C7C7C7. Windows color (decimal): -2311714 or 14596572. OLE color: 14596572.

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

Color convert

RGB220185222-
CMYK0.010.1700.13
HSL296.76º35.92%79.8%-
HSV(B)296.76º16.67%87.06%-
XYZ60.0555.1976.59-
YUV199.68140.6142.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 185 (72.66% from 255) = 29.51%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=35.09%
G=29.51%
B=35.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201852220.010.1700.13296.7635.9279.8
HexDCB9DE1110D1292450
Octal33427133612101545144120
Binary110111001011100111011110110001011011001010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9DE; }

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

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

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

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

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

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

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

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