Html Css Color HEX #DCB2DC French Lilac

📋 copy color: '#DCB2DC'

red 220 ◦ green 178 ◦ blue 220

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

Shades of French Lilac #DCB2DC

Tints of French Lilac #DCB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.8%

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

R = 35.6%
G = 28.8%
B = 35.6%

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

#DCB2DC (or 0xDCB2DC) is known color: French Lilac. HEX triplet: DC, B2 and DC. RGB value is (220,178,220). Sum of RGB (Red+Green+Blue) = 220+178+220=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2DC is #234D23. Grayscale: #C3C3C3. Windows color (decimal): -2313508 or 14463708. OLE color: 14463708.

HSL color Cylindrical-coordinate representation of color #DCB2DC: 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.19%. Process color model (Four color, CMYK) of #DCB2DC is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 220 -
CMYK 0 0.19 0 0.14
HSL 300º 0.38% 0.78% -
HSV(B) 300º 0.19% 0.86% -
XYZ 58.35 52.22 74.71 -
YUV 195.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 220 178 220 0 0.19 0 0.14 300 0.38 0.78
Hex DC B2 DC 0 13 0 E 12C 26 4E
Octal 334 262 334 0 23 0 16 454 46 116
Binary 11011100 10110010 11011100 0 10011 0 1110 100101100 100110 1001110

Color Harmonies of #DCB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2DC

Black with #DCB2DC

Text Example


Text Example

White with #DCB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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