#DBAECD

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

Shades of French Lilac #DBAECD

Tints of French Lilac #DBAECD

Color information

#DBAECD (or 0xDBAECD) is unknown color: approx French Lilac. HEX triplet: DB, AE and CD. RGB value is (219,174,205). Sum of RGB (Red+Green+Blue) = 219+174+205=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAECD is #245132. Grayscale: #BEBEBE. Windows color (decimal): -2380083 or 13479643. OLE color: 13479643.

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

Color convert

RGB219174205-
CMYK00.210.060.14
HSL318.67º38.46%77.06%-
HSV(B)318.67º20.55%85.88%-
XYZ55.3749.7464.44-
YUV190.99135.91147.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=36.62%
G=29.10%
B=34.28%

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
Decimal21917420500.210.060.14318.6738.4677.06
HexDBAECD0156E13f264d
Octal33325631502561647746115
Binary11011011101011101100110101010111011101001111111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAECD; }

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

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

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

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

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

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

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

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