Html Css Color HEX #DCB9DF Thistle

📋 copy color: '#DCB9DF'

red 220 ◦ green 185 ◦ blue 223

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

Shades of Thistle #DCB9DF

Tints of Thistle #DCB9DF

RGB

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

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

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

R = 35.03%
G = 29.46%
B = 35.51%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCB9DF (or 0xDCB9DF) is known color: Thistle. HEX triplet: DC, B9 and DF. RGB value is (220,185,223). Sum of RGB (Red+Green+Blue) = 220+185+223=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9DF is #234620. Grayscale: #C7C7C7. Windows color (decimal): -2311713 or 14662108. OLE color: 14662108.

HSL color Cylindrical-coordinate representation of color #DCB9DF: hue angle of 295.26º degrees, saturation: 0.37, 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 #DCB9DF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 185 223 -
CMYK 0.01 0.17 0 0.13
HSL 295.26º 0.37% 0.8% -
HSV(B) 295.26º 0.17% 0.87% -
XYZ 60.18 55.24 77.3 -
YUV 199.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 220 185 223 0.01 0.17 0 0.13 295.26 0.37 0.8
Hex DC B9 DF 1 11 0 D 127 25 50
Octal 334 271 337 1 21 0 15 447 45 120
Binary 11011100 10111001 11011111 1 10001 0 1101 100100111 100101 1010000

Color Harmonies of #DCB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9DF

Black with #DCB9DF

Text Example


Text Example

White with #DCB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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