Html Css Color HEX #DCB0DC French Lilac

📋 copy color: '#DCB0DC'

red 220 ◦ green 176 ◦ blue 220

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

Shades of French Lilac #DCB0DC

Tints of French Lilac #DCB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.57%

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

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCB0DC (or 0xDCB0DC) is known color: French Lilac. HEX triplet: DC, B0 and DC. RGB value is (220,176,220). Sum of RGB (Red+Green+Blue) = 220+176+220=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0DC is #234F23. Grayscale: #C2C2C2. Windows color (decimal): -2314020 or 14463196. OLE color: 14463196.

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

Color convert

RGB 220 176 220 -
CMYK 0 0.2 0 0.14
HSL 300º 0.39% 0.78% -
HSV(B) 300º 0.2% 0.86% -
XYZ 57.96 51.43 74.58 -
YUV 194.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 220 176 220 0 0.2 0 0.14 300 0.39 0.78
Hex DC B0 DC 0 14 0 E 12C 27 4E
Octal 334 260 334 0 24 0 16 454 47 116
Binary 11011100 10110000 11011100 0 10100 0 1110 100101100 100111 1001110

Color Harmonies of #DCB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0DC

Black with #DCB0DC

Text Example


Text Example

White with #DCB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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