#DBA8CD

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

Shades of French Lilac #DBA8CD

Tints of French Lilac #DBA8CD

Color information

#DBA8CD (or 0xDBA8CD) is unknown color: approx French Lilac. HEX triplet: DB, A8 and CD. RGB value is (219,168,205). Sum of RGB (Red+Green+Blue) = 219+168+205=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8CD is #245732. Grayscale: #BBBBBB. Windows color (decimal): -2381619 or 13478107. OLE color: 13478107.

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

Color convert

RGB219168205-
CMYK00.230.060.14
HSL316.47º41.46%75.88%-
HSV(B)316.47º23.29%85.88%-
XYZ54.2447.4764.06-
YUV187.47137.9150.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=36.99%
G=28.38%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916820500.230.060.14316.4741.4675.88
HexDBA8CD0176E13c294c
Octal33325031502761647451114
Binary11011011101010001100110101011111011101001111001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8CD; }

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

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

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

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

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

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

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

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