#DBA8D1

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

Shades of French Lilac #DBA8D1

Tints of French Lilac #DBA8D1

Color information

#DBA8D1 (or 0xDBA8D1) is unknown color: approx French Lilac. HEX triplet: DB, A8 and D1. RGB value is (219,168,209). Sum of RGB (Red+Green+Blue) = 219+168+209=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8D1 is #24572E. Grayscale: #BBBBBB. Windows color (decimal): -2381615 or 13740251. OLE color: 13740251.

HSL color Cylindrical-coordinate representation of color #DBA8D1: hue angle of 311.76º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA8D1 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219168209-
CMYK00.230.050.14
HSL311.76º41.46%75.88%-
HSV(B)311.76º23.29%85.88%-
XYZ54.7247.6766.64-
YUV187.92139.9150.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 168 (66.02% from 255) = 28.19%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=36.74%
G=28.19%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916820900.230.050.14311.7641.4675.88
HexDBA8D10175E138294c
Octal33325032102751647051114
Binary11011011101010001101000101011110111101001110001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8D1; }

 p { color: rgb(219,168,209); }

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

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

 a { background-color: rgb(219,168,209); }

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

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

 span { border-color: rgb(219,168,209); }

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