#DBB2D7

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

Shades of French Lilac #DBB2D7

Tints of French Lilac #DBB2D7

Color information

#DBB2D7 (or 0xDBB2D7) is unknown color: approx French Lilac. HEX triplet: DB, B2 and D7. RGB value is (219,178,215). Sum of RGB (Red+Green+Blue) = 219+178+215=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2D7 is #244D28. Grayscale: #C2C2C2. Windows color (decimal): -2379049 or 14136027. OLE color: 14136027.

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

Color convert

RGB219178215-
CMYK00.190.020.14
HSL305.85º36.28%77.84%-
HSV(B)305.85º18.72%85.88%-
XYZ57.451.8171.26-
YUV194.48139.58145.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 215 (84.38% from 255) = 35.13%
R=35.78%
G=29.08%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917821500.190.020.14305.8536.2877.84
HexDBB2D70132E132244e
Octal33326232702321646244116
Binary1101101110110010110101110100111011101001100101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2D7; }

 p { color: rgb(219,178,215); }

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

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

 a { background-color: rgb(219,178,215); }

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

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

 span { border-color: rgb(219,178,215); }

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