#DBB1CE

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

Shades of French Lilac #DBB1CE

Tints of French Lilac #DBB1CE

Color information

#DBB1CE (or 0xDBB1CE) is unknown color: approx French Lilac. HEX triplet: DB, B1 and CE. RGB value is (219,177,206). Sum of RGB (Red+Green+Blue) = 219+177+206=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1CE is #244E31. Grayscale: #C0C0C0. Windows color (decimal): -2379314 or 13545947. OLE color: 13545947.

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

Color convert

RGB219177206-
CMYK00.190.060.14
HSL318.57º36.84%77.65%-
HSV(B)318.57º19.18%85.88%-
XYZ56.0850.9665.27-
YUV192.86135.41146.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=36.38%
G=29.40%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917720600.190.060.14318.5736.8477.65
HexDBB1CE0136E13f254e
Octal33326131602361647745116
Binary11011011101100011100111001001111011101001111111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1CE; }

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

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

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

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

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

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

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

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