Html Css Color HEX #DCB3DC French Lilac

📋 copy color: '#DCB3DC'

red 220 ◦ green 179 ◦ blue 220

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

Shades of French Lilac #DCB3DC

Tints of French Lilac #DCB3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.92%

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

R = 35.54%
G = 28.92%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCB3DC (or 0xDCB3DC) is known color: French Lilac. HEX triplet: DC, B3 and DC. RGB value is (220,179,220). Sum of RGB (Red+Green+Blue) = 220+179+220=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCB3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3DC is #234C23. Grayscale: #C3C3C3. Windows color (decimal): -2313252 or 14463964. OLE color: 14463964.

HSL color Cylindrical-coordinate representation of color #DCB3DC: hue angle of 300º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3DC is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 220 -
CMYK 0 0.19 0 0.14
HSL 300º 0.37% 0.78% -
HSV(B) 300º 0.19% 0.86% -
XYZ 58.55 52.62 74.78 -
YUV 195.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 220 179 220 0 0.19 0 0.14 300 0.37 0.78
Hex DC B3 DC 0 13 0 E 12C 25 4E
Octal 334 263 334 0 23 0 16 454 45 116
Binary 11011100 10110011 11011100 0 10011 0 1110 100101100 100101 1001110

Color Harmonies of #DCB3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3DC

Black with #DCB3DC

Text Example


Text Example

White with #DCB3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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