#DBAFD5

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

Shades of French Lilac #DBAFD5

Tints of French Lilac #DBAFD5

Color information

#DBAFD5 (or 0xDBAFD5) is unknown color: approx French Lilac. HEX triplet: DB, AF and D5. RGB value is (219,175,213). Sum of RGB (Red+Green+Blue) = 219+175+213=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFD5 is #24502A. Grayscale: #C0C0C0. Windows color (decimal): -2379819 or 14004187. OLE color: 14004187.

HSL color Cylindrical-coordinate representation of color #DBAFD5: hue angle of 308.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFD5 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219175213-
CMYK00.200.030.14
HSL308.18º37.93%77.25%-
HSV(B)308.18º20.09%85.88%-
XYZ56.5550.5269.72-
YUV192.49139.58146.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 213 (83.59% from 255) = 35.09%
R=36.08%
G=28.83%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917521300.200.030.14308.1837.9377.25
HexDBAFD50143E134264d
Octal33325732502431646446115
Binary1101101110101111110101010101001111101001101001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFD5; }

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

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

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

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

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

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

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

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