Html Css Color HEX #DCB7DF Thistle

📋 copy color: '#DCB7DF'

red 220 ◦ green 183 ◦ blue 223

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

Shades of Thistle #DCB7DF

Tints of Thistle #DCB7DF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.23%

 BLUE value IS 223 (87.5% from 255) = 35.62%

R = 35.14%
G = 29.23%
B = 35.62%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCB7DF (or 0xDCB7DF) is known color: Thistle. HEX triplet: DC, B7 and DF. RGB value is (220,183,223). Sum of RGB (Red+Green+Blue) = 220+183+223=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 183 (71.88% from 255 or 29.23% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7DF is #234820. Grayscale: #C6C6C6. Windows color (decimal): -2312225 or 14661596. OLE color: 14661596.

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

Color convert

RGB 220 183 223 -
CMYK 0.01 0.18 0 0.13
HSL 295.5º 0.38% 0.8% -
HSV(B) 295.5º 0.18% 0.87% -
XYZ 59.77 54.41 77.16 -
YUV 198.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 220 183 223 0.01 0.18 0 0.13 295.5 0.38 0.8
Hex DC B7 DF 1 12 0 D 128 26 50
Octal 334 267 337 1 22 0 15 450 46 120
Binary 11011100 10110111 11011111 1 10010 0 1101 100101000 100110 1010000

Color Harmonies of #DCB7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7DF

Black with #DCB7DF

Text Example


Text Example

White with #DCB7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7DF; }

 p { color: rgb(220,183,223); }

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

background-color css

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

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

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

border-color css

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

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

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