#DBB5D0

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

Shades of French Lilac #DBB5D0

Tints of French Lilac #DBB5D0

Color information

#DBB5D0 (or 0xDBB5D0) is unknown color: approx French Lilac. HEX triplet: DB, B5 and D0. RGB value is (219,181,208). Sum of RGB (Red+Green+Blue) = 219+181+208=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5D0 is #244A2F. Grayscale: #C3C3C3. Windows color (decimal): -2378288 or 13678043. OLE color: 13678043.

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

Color convert

RGB219181208-
CMYK00.170.050.14
HSL317.37º34.55%78.43%-
HSV(B)317.37º17.35%85.88%-
XYZ57.1252.6666.83-
YUV195.44135.09144.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 181 (71.09% from 255) = 29.77%
BLUE value IS 208 (81.64% from 255) = 34.21%
R=36.02%
G=29.77%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918120800.170.050.14317.3734.5578.43
HexDBB5D00115E13d234e
Octal33326532002151647543116
Binary11011011101101011101000001000110111101001111011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5D0; }

 p { color: rgb(219,181,208); }

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

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

 a { background-color: rgb(219,181,208); }

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

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

 span { border-color: rgb(219,181,208); }

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