Html Css Color HEX #DCBCDC Thistle

📋 copy color: '#DCBCDC'

red 220 ◦ green 188 ◦ blue 220

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

Shades of Thistle #DCBCDC

Tints of Thistle #DCBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.94%

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

R = 35.03%
G = 29.94%
B = 35.03%

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

#DCBCDC (or 0xDCBCDC) is known color: Thistle. HEX triplet: DC, BC and DC. RGB value is (220,188,220). Sum of RGB (Red+Green+Blue) = 220+188+220=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCDC is #234323. Grayscale: #C9C9C9. Windows color (decimal): -2310948 or 14466268. OLE color: 14466268.

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

Color convert

RGB 220 188 220 -
CMYK 0 0.15 0 0.14
HSL 300º 0.31% 0.8% -
HSV(B) 300º 0.15% 0.86% -
XYZ 60.42 56.35 75.4 -
YUV 201.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 220 188 220 0 0.15 0 0.14 300 0.31 0.8
Hex DC BC DC 0 F 0 E 12C 1F 50
Octal 334 274 334 0 17 0 16 454 37 120
Binary 11011100 10111100 11011100 0 1111 0 1110 100101100 11111 1010000

Color Harmonies of #DCBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCDC

Black with #DCBCDC

Text Example


Text Example

White with #DCBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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