#DBA6CD

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

Shades of French Lilac #DBA6CD

Tints of French Lilac #DBA6CD

Color information

#DBA6CD (or 0xDBA6CD) is unknown color: approx French Lilac. HEX triplet: DB, A6 and CD. RGB value is (219,166,205). Sum of RGB (Red+Green+Blue) = 219+166+205=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6CD is #245932. Grayscale: #BABABA. Windows color (decimal): -2382131 or 13477595. OLE color: 13477595.

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

Color convert

RGB219166205-
CMYK00.240.060.14
HSL315.85º42.4%75.49%-
HSV(B)315.85º24.2%85.88%-
XYZ53.8746.7463.94-
YUV186.29138.56151.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=37.12%
G=28.14%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916620500.240.060.14315.8542.475.49
HexDBA6CD0186E13c2a4b
Octal33324631503061647452113
Binary11011011101001101100110101100011011101001111001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6CD; }

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

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

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

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

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

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

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

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