Html Css Color HEX #DCB1DC French Lilac

📋 copy color: '#DCB1DC'

red 220 ◦ green 177 ◦ blue 220

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

Shades of French Lilac #DCB1DC

Tints of French Lilac #DCB1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.69%

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

R = 35.66%
G = 28.69%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCB1DC (or 0xDCB1DC) is known color: French Lilac. HEX triplet: DC, B1 and DC. RGB value is (220,177,220). Sum of RGB (Red+Green+Blue) = 220+177+220=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1DC is #234E23. Grayscale: #C2C2C2. Windows color (decimal): -2313764 or 14463452. OLE color: 14463452.

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

Color convert

RGB 220 177 220 -
CMYK 0 0.20 0 0.14
HSL 300º 0.38% 0.78% -
HSV(B) 300º 0.2% 0.86% -
XYZ 58.16 51.83 74.65 -
YUV 194.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 220 177 220 0 0.20 0 0.14 300 0.38 0.78
Hex DC B1 DC 0 14 0 E 12C 26 4E
Octal 334 261 334 0 24 0 16 454 46 116
Binary 11011100 10110001 11011100 0 10100 0 1110 100101100 100110 1001110

Color Harmonies of #DCB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1DC

Black with #DCB1DC

Text Example


Text Example

White with #DCB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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