#DBB1CF

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

Shades of French Lilac #DBB1CF

Tints of French Lilac #DBB1CF

Color information

#DBB1CF (or 0xDBB1CF) is unknown color: approx French Lilac. HEX triplet: DB, B1 and CF. RGB value is (219,177,207). Sum of RGB (Red+Green+Blue) = 219+177+207=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1CF is #244E30. Grayscale: #C0C0C0. Windows color (decimal): -2379313 or 13611483. OLE color: 13611483.

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

Color convert

RGB219177207-
CMYK00.190.050.14
HSL317.14º36.84%77.65%-
HSV(B)317.14º19.18%85.88%-
XYZ56.251.0165.92-
YUV192.98135.91146.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 207 (81.25% from 255) = 34.33%
R=36.32%
G=29.35%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917720700.190.050.14317.1436.8477.65
HexDBB1CF0135E13d254e
Octal33326131702351647545116
Binary11011011101100011100111101001110111101001111011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1CF; }

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

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

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

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

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

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

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

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