Html Css Color HEX #DCBADC Thistle

📋 copy color: '#DCBADC'

red 220 ◦ green 186 ◦ blue 220

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

Shades of Thistle #DCBADC

Tints of Thistle #DCBADC

RGB

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

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

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

R = 35.14%
G = 29.71%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCBADC (or 0xDCBADC) is known color: Thistle. HEX triplet: DC, BA and DC. RGB value is (220,186,220). Sum of RGB (Red+Green+Blue) = 220+186+220=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBADC is #234523. Grayscale: #C7C7C7. Windows color (decimal): -2311460 or 14465756. OLE color: 14465756.

HSL color Cylindrical-coordinate representation of color #DCBADC: hue angle of 300º 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 #DCBADC is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 220 -
CMYK 0 0.15 0 0.14
HSL 300º 0.33% 0.8% -
HSV(B) 300º 0.15% 0.86% -
XYZ 59.99 55.5 75.26 -
YUV 200.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 220 186 220 0 0.15 0 0.14 300 0.33 0.8
Hex DC BA DC 0 F 0 E 12C 21 50
Octal 334 272 334 0 17 0 16 454 41 120
Binary 11011100 10111010 11011100 0 1111 0 1110 100101100 100001 1010000

Color Harmonies of #DCBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBADC

Black with #DCBADC

Text Example


Text Example

White with #DCBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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