#DBB3D7

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

Shades of French Lilac #DBB3D7

Tints of French Lilac #DBB3D7

Color information

#DBB3D7 (or 0xDBB3D7) is unknown color: approx French Lilac. HEX triplet: DB, B3 and D7. RGB value is (219,179,215). Sum of RGB (Red+Green+Blue) = 219+179+215=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3D7 is #244C28. Grayscale: #C2C2C2. Windows color (decimal): -2378793 or 14136283. OLE color: 14136283.

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

Color convert

RGB219179215-
CMYK00.180.020.14
HSL306º35.71%78.04%-
HSV(B)306º18.26%85.88%-
XYZ57.652.2171.33-
YUV195.06139.25145.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 179 (70.31% from 255) = 29.20%
BLUE value IS 215 (84.38% from 255) = 35.07%
R=35.73%
G=29.20%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917921500.180.020.1430635.7178.04
HexDBB3D70122E132244e
Octal33326332702221646244116
Binary1101101110110011110101110100101011101001100101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3D7; }

 p { color: rgb(219,179,215); }

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

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

 a { background-color: rgb(219,179,215); }

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

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

 span { border-color: rgb(219,179,215); }

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