#DBB5D1

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

Shades of French Lilac #DBB5D1

Tints of French Lilac #DBB5D1

Color information

#DBB5D1 (or 0xDBB5D1) is unknown color: approx French Lilac. HEX triplet: DB, B5 and D1. RGB value is (219,181,209). Sum of RGB (Red+Green+Blue) = 219+181+209=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5D1 is #244A2E. Grayscale: #C3C3C3. Windows color (decimal): -2378287 or 13743579. OLE color: 13743579.

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

Color convert

RGB219181209-
CMYK00.170.050.14
HSL315.79º34.55%78.43%-
HSV(B)315.79º17.35%85.88%-
XYZ57.2552.7167.48-
YUV195.55135.59144.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 181 (71.09% from 255) = 29.72%
BLUE value IS 209 (82.03% from 255) = 34.32%
R=35.96%
G=29.72%
B=34.32%

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
Decimal21918120900.170.050.14315.7934.5578.43
HexDBB5D10115E13c234e
Octal33326532102151647443116
Binary11011011101101011101000101000110111101001111001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5D1; }

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

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

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

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

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

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

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

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