Html Css Color HEX #DCB3DA French Lilac

📋 copy color: '#DCB3DA'

red 220 ◦ green 179 ◦ blue 218

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

Shades of French Lilac #DCB3DA

Tints of French Lilac #DCB3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.33%

R = 35.66%
G = 29.01%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCB3DA (or 0xDCB3DA) is known color: French Lilac. HEX triplet: DC, B3 and DA. RGB value is (220,179,218). Sum of RGB (Red+Green+Blue) = 220+179+218=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3DA is #234C25. Grayscale: #C3C3C3. Windows color (decimal): -2313254 or 14332892. OLE color: 14332892.

HSL color Cylindrical-coordinate representation of color #DCB3DA: hue angle of 302.93º 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 #DCB3DA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 218 -
CMYK 0 0.19 0.01 0.14
HSL 302.93º 0.37% 0.78% -
HSV(B) 302.93º 0.19% 0.86% -
XYZ 58.29 52.52 73.39 -
YUV 195.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 220 179 218 0 0.19 0.01 0.14 302.93 0.37 0.78
Hex DC B3 DA 0 13 1 E 12F 25 4E
Octal 334 263 332 0 23 1 16 457 45 116
Binary 11011100 10110011 11011010 0 10011 1 1110 100101111 100101 1001110

Color Harmonies of #DCB3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3DA

Black with #DCB3DA

Text Example


Text Example

White with #DCB3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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