#DBAED4

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

Shades of French Lilac #DBAED4

Tints of French Lilac #DBAED4

Color information

#DBAED4 (or 0xDBAED4) is unknown color: approx French Lilac. HEX triplet: DB, AE and D4. RGB value is (219,174,212). Sum of RGB (Red+Green+Blue) = 219+174+212=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAED4 is #24512B. Grayscale: #BFBFBF. Windows color (decimal): -2380076 or 13938395. OLE color: 13938395.

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

Color convert

RGB219174212-
CMYK00.210.030.14
HSL309.33º38.46%77.06%-
HSV(B)309.33º20.55%85.88%-
XYZ56.2350.0968.99-
YUV191.79139.41147.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=36.20%
G=28.76%
B=35.04%

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
Decimal21917421200.210.030.14309.3338.4677.06
HexDBAED40153E135264d
Octal33325632402531646546115
Binary1101101110101110110101000101011111101001101011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAED4; }

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

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

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

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

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

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

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

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