#DBAED5

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

Shades of French Lilac #DBAED5

Tints of French Lilac #DBAED5

Color information

#DBAED5 (or 0xDBAED5) is unknown color: approx French Lilac. HEX triplet: DB, AE and D5. RGB value is (219,174,213). Sum of RGB (Red+Green+Blue) = 219+174+213=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAED5 is #24512A. Grayscale: #BFBFBF. Windows color (decimal): -2380075 or 14003931. OLE color: 14003931.

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

Color convert

RGB219174213-
CMYK00.210.030.14
HSL308º38.46%77.06%-
HSV(B)308º20.55%85.88%-
XYZ56.3650.1469.66-
YUV191.9139.91147.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=36.14%
G=28.71%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917421300.210.030.1430838.4677.06
HexDBAED50153E134264d
Octal33325632502531646446115
Binary1101101110101110110101010101011111101001101001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAED5; }

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

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

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

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

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

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

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

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