#DBAECE

Color #DBAECE French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DBAECE

Tints of French Lilac #DBAECE

Color information

#DBAECE (or 0xDBAECE) is unknown color: approx French Lilac. HEX triplet: DB, AE and CE. RGB value is (219,174,206). Sum of RGB (Red+Green+Blue) = 219+174+206=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAECE is #245131. Grayscale: #BFBFBF. Windows color (decimal): -2380082 or 13545179. OLE color: 13545179.

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

Color convert

RGB219174206-
CMYK00.210.060.14
HSL317.33º38.46%77.06%-
HSV(B)317.33º20.55%85.88%-
XYZ55.4949.7965.08-
YUV191.1136.41147.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=36.56%
G=29.05%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917420600.210.060.14317.3338.4677.06
HexDBAECE0156E13d264d
Octal33325631602561647546115
Binary11011011101011101100111001010111011101001111011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAECE; }

 p { color: rgb(219,174,206); }

 H1.HeaderClassName
 {
   color: #DBAECE;
 }
 .AnyTagClassName
 {
   color: #DBAECE;
 }
</style>
background-color css

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

 a { background-color: rgb(219,174,206); }

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

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

 span { border-color: rgb(219,174,206); }

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