#DBB1D0

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

Shades of French Lilac #DBB1D0

Tints of French Lilac #DBB1D0

Color information

#DBB1D0 (or 0xDBB1D0) is unknown color: approx French Lilac. HEX triplet: DB, B1 and D0. RGB value is (219,177,208). Sum of RGB (Red+Green+Blue) = 219+177+208=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1D0 is #244E2F. Grayscale: #C1C1C1. Windows color (decimal): -2379312 or 13677019. OLE color: 13677019.

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

Color convert

RGB219177208-
CMYK00.190.050.14
HSL315.71º36.84%77.65%-
HSV(B)315.71º19.18%85.88%-
XYZ56.3251.0666.56-
YUV193.09136.41146.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=36.26%
G=29.30%
B=34.44%

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
Decimal21917720800.190.050.14315.7136.8477.65
HexDBB1D00135E13c254e
Octal33326132002351647445116
Binary11011011101100011101000001001110111101001111001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1D0; }

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

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

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

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

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

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

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

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