Html Css Color HEX #DCBADB Thistle

📋 copy color: '#DCBADB'

red 220 ◦ green 186 ◦ blue 219

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

Shades of Thistle #DCBADB

Tints of Thistle #DCBADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.76%

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 35.2%
G = 29.76%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCBADB (or 0xDCBADB) is known color: Thistle. HEX triplet: DC, BA and DB. RGB value is (220,186,219). Sum of RGB (Red+Green+Blue) = 220+186+219=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBADB is #234524. Grayscale: #C7C7C7. Windows color (decimal): -2311461 or 14400220. OLE color: 14400220.

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

Color convert

RGB 220 186 219 -
CMYK 0 0.15 0.00 0.14
HSL 301.76º 0.33% 0.8% -
HSV(B) 301.76º 0.15% 0.86% -
XYZ 59.86 55.45 74.57 -
YUV 199.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 220 186 219 0 0.15 0.00 0.14 301.76 0.33 0.8
Hex DC BA DB 0 F 0 E 12E 21 50
Octal 334 272 333 0 17 0 16 456 41 120
Binary 11011100 10111010 11011011 0 1111 0 1110 100101110 100001 1010000

Color Harmonies of #DCBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBADB

Black with #DCBADB

Text Example


Text Example

White with #DCBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBADB; }

 p { color: rgb(220,186,219); }

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

background-color css

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

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

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

border-color css

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

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

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