#DBAED8

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

Shades of French Lilac #DBAED8

Tints of French Lilac #DBAED8

Color information

#DBAED8 (or 0xDBAED8) is unknown color: approx French Lilac. HEX triplet: DB, AE and D8. RGB value is (219,174,216). Sum of RGB (Red+Green+Blue) = 219+174+216=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAED8 is #245127. Grayscale: #C0C0C0. Windows color (decimal): -2380072 or 14200539. OLE color: 14200539.

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

Color convert

RGB219174216-
CMYK00.210.010.14
HSL304º38.46%77.06%-
HSV(B)304º20.55%85.88%-
XYZ56.7450.2971.68-
YUV192.24141.41147.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 216 (84.77% from 255) = 35.47%
R=35.96%
G=28.57%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917421600.210.010.1430438.4677.06
HexDBAED80151E130264d
Octal33325633002511646046115
Binary110110111010111011011000010101111101001100001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAED8; }

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

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

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

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

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

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

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

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