Html Css Color HEX #DBACD8 French Lilac

📋 copy color: '#DBACD8'

red 219 ◦ green 172 ◦ blue 216

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

Shades of French Lilac #DBACD8

Tints of French Lilac #DBACD8

RGB

 RED value IS 219 (85.94% from 255) = 36.08%

 GREEN value IS 172 (67.58% from 255) = 28.34%

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 36.08%
G = 28.34%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBACD8 (or 0xDBACD8) is known color: French Lilac. HEX triplet: DB, AC and D8. RGB value is (219,172,216). Sum of RGB (Red+Green+Blue) = 219+172+216=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACD8 is #245327. Grayscale: #BEBEBE. Windows color (decimal): -2380584 or 14200027. OLE color: 14200027.

HSL color Cylindrical-coordinate representation of color #DBACD8: hue angle of 303.83º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACD8 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 216 -
CMYK 0 0.21 0.01 0.14
HSL 303.83º 0.39% 0.77% -
HSV(B) 303.83º 0.21% 0.86% -
XYZ 56.36 49.52 71.55 -
YUV 191.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 219 172 216 0 0.21 0.01 0.14 303.83 0.39 0.77
Hex DB AC D8 0 15 1 E 130 27 4D
Octal 333 254 330 0 25 1 16 460 47 115
Binary 11011011 10101100 11011000 0 10101 1 1110 100110000 100111 1001101

Color Harmonies of #DBACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACD8

Black with #DBACD8

Text Example


Text Example

White with #DBACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACD8; }

 p { color: rgb(219,172,216); }

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

background-color css

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

 a { background-color: rgb(219,172,216); }

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

border-color css

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

 span { border-color: rgb(219,172,216); }

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