Html Css Color HEX #DCB9DC Thistle

📋 copy color: '#DCB9DC'

red 220 ◦ green 185 ◦ blue 220

#DCB9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DCB9DC

Tints of Thistle #DCB9DC

RGB

 RED value IS 220 (86.33% from 255) = 35.2%

 GREEN value IS 185 (72.66% from 255) = 29.6%

 BLUE value IS 220 (86.33% from 255) = 35.2%

R = 35.2%
G = 29.6%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCB9DC (or 0xDCB9DC) is known color: Thistle. HEX triplet: DC, B9 and DC. RGB value is (220,185,220). Sum of RGB (Red+Green+Blue) = 220+185+220=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9DC is #234623. Grayscale: #C7C7C7. Windows color (decimal): -2311716 or 14465500. OLE color: 14465500.

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

Color convert

RGB 220 185 220 -
CMYK 0 0.16 0 0.14
HSL 300º 0.33% 0.79% -
HSV(B) 300º 0.16% 0.86% -
XYZ 59.78 55.08 75.19 -
YUV 199.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 220 185 220 0 0.16 0 0.14 300 0.33 0.79
Hex DC B9 DC 0 10 0 E 12C 21 4F
Octal 334 271 334 0 20 0 16 454 41 117
Binary 11011100 10111001 11011100 0 10000 0 1110 100101100 100001 1001111

Color Harmonies of #DCB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9DC

Black with #DCB9DC

Text Example


Text Example

White with #DCB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9DC; }

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

 H1.HeaderClassName
 {
   color: #DCB9DC;
 }
 .AnyTagClassName
 {
   color: #DCB9DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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