#DBB7D7

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

Shades of French Lilac #DBB7D7

Tints of French Lilac #DBB7D7

Color information

#DBB7D7 (or 0xDBB7D7) is unknown color: approx French Lilac. HEX triplet: DB, B7 and D7. RGB value is (219,183,215). Sum of RGB (Red+Green+Blue) = 219+183+215=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7D7 is #244828. Grayscale: #C5C5C5. Windows color (decimal): -2377769 or 14137307. OLE color: 14137307.

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

Color convert

RGB219183215-
CMYK00.160.020.14
HSL306.67º33.33%78.82%-
HSV(B)306.67º16.44%85.88%-
XYZ58.4153.8371.6-
YUV197.41137.93143.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 183 (71.88% from 255) = 29.66%
BLUE value IS 215 (84.38% from 255) = 34.85%
R=35.49%
G=29.66%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918321500.160.020.14306.6733.3378.82
HexDBB7D70102E133214f
Octal33326732702021646341117
Binary1101101110110111110101110100001011101001100111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7D7; }

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

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

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

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

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

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

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

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