#DBB5CF

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

Shades of French Lilac #DBB5CF

Tints of French Lilac #DBB5CF

Color information

#DBB5CF (or 0xDBB5CF) is unknown color: approx French Lilac. HEX triplet: DB, B5 and CF. RGB value is (219,181,207). Sum of RGB (Red+Green+Blue) = 219+181+207=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5CF is #244A30. Grayscale: #C3C3C3. Windows color (decimal): -2378289 or 13612507. OLE color: 13612507.

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

Color convert

RGB219181207-
CMYK00.170.050.14
HSL318.95º34.55%78.43%-
HSV(B)318.95º17.35%85.88%-
XYZ5752.6166.18-
YUV195.33134.59144.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=36.08%
G=29.82%
B=34.10%

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
Decimal21918120700.170.050.14318.9534.5578.43
HexDBB5CF0115E13f234e
Octal33326531702151647743116
Binary11011011101101011100111101000110111101001111111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5CF; }

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

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

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

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

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

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

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

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