#DBA6CF

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

Shades of French Lilac #DBA6CF

Tints of French Lilac #DBA6CF

Color information

#DBA6CF (or 0xDBA6CF) is unknown color: approx French Lilac. HEX triplet: DB, A6 and CF. RGB value is (219,166,207). Sum of RGB (Red+Green+Blue) = 219+166+207=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6CF is #245930. Grayscale: #BABABA. Windows color (decimal): -2382129 or 13608667. OLE color: 13608667.

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

Color convert

RGB219166207-
CMYK00.240.050.14
HSL313.58º42.4%75.49%-
HSV(B)313.58º24.2%85.88%-
XYZ54.1146.8465.22-
YUV186.52139.56151.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 166 (65.23% from 255) = 28.04%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=36.99%
G=28.04%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916620700.240.050.14313.5842.475.49
HexDBA6CF0185E13a2a4b
Octal33324631703051647252113
Binary11011011101001101100111101100010111101001110101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6CF; }

 p { color: rgb(219,166,207); }

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

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

 a { background-color: rgb(219,166,207); }

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

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

 span { border-color: rgb(219,166,207); }

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