#DBB0D4

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

Shades of French Lilac #DBB0D4

Tints of French Lilac #DBB0D4

Color information

#DBB0D4 (or 0xDBB0D4) is unknown color: approx French Lilac. HEX triplet: DB, B0 and D4. RGB value is (219,176,212). Sum of RGB (Red+Green+Blue) = 219+176+212=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0D4 is #244F2B. Grayscale: #C0C0C0. Windows color (decimal): -2379564 or 13938907. OLE color: 13938907.

HSL color Cylindrical-coordinate representation of color #DBB0D4: hue angle of 309.77º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0D4 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219176212-
CMYK00.200.030.14
HSL309.77º37.39%77.45%-
HSV(B)309.77º19.63%85.88%-
XYZ56.6250.8669.12-
YUV192.96138.75146.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 176 (69.14% from 255) = 29.00%
BLUE value IS 212 (83.20% from 255) = 34.93%
R=36.08%
G=29.00%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917621200.200.030.14309.7737.3977.45
HexDBB0D40143E136254d
Octal33326032402431646645115
Binary1101101110110000110101000101001111101001101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0D4; }

 p { color: rgb(219,176,212); }

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

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

 a { background-color: rgb(219,176,212); }

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

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

 span { border-color: rgb(219,176,212); }

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