#DBA5CC

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

Shades of French Lilac #DBA5CC

Tints of French Lilac #DBA5CC

Color information

#DBA5CC (or 0xDBA5CC) is unknown color: approx French Lilac. HEX triplet: DB, A5 and CC. RGB value is (219,165,204). Sum of RGB (Red+Green+Blue) = 219+165+204=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5CC is #245A33. Grayscale: #B9B9B9. Windows color (decimal): -2382388 or 13411803. OLE color: 13411803.

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

Color convert

RGB219165204-
CMYK00.250.070.14
HSL316.67º42.86%75.29%-
HSV(B)316.67º24.66%85.88%-
XYZ53.5746.3363.25-
YUV185.59138.39151.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 165 (64.84% from 255) = 28.06%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=37.24%
G=28.06%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916520400.250.070.14316.6742.8675.29
HexDBA5CC0197E13d2b4b
Octal33324531403171647553113
Binary11011011101001011100110001100111111101001111011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA5CC; }

 p { color: rgb(219,165,204); }

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

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

 a { background-color: rgb(219,165,204); }

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

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

 span { border-color: rgb(219,165,204); }

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