#DBAEDA

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

Shades of French Lilac #DBAEDA

Tints of French Lilac #DBAEDA

Color information

#DBAEDA (or 0xDBAEDA) is unknown color: approx French Lilac. HEX triplet: DB, AE and DA. RGB value is (219,174,218). Sum of RGB (Red+Green+Blue) = 219+174+218=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEDA is #245125. Grayscale: #C0C0C0. Windows color (decimal): -2380070 or 14331611. OLE color: 14331611.

HSL color Cylindrical-coordinate representation of color #DBAEDA: hue angle of 301.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 #DBAEDA is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219174218-
CMYK00.210.000.14
HSL301.33º38.46%77.06%-
HSV(B)301.33º20.55%85.88%-
XYZ5750.3973.05-
YUV192.47142.41146.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=35.84%
G=28.48%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917421800.210.000.14301.3338.4677.06
HexDBAEDA0150E12d264d
Octal33325633202501645546115
Binary110110111010111011011010010101011101001011011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEDA; }

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

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

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

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

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

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

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

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