#DBBBD3

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

Shades of French Lilac #DBBBD3

Tints of French Lilac #DBBBD3

Color information

#DBBBD3 (or 0xDBBBD3) is unknown color: approx French Lilac. HEX triplet: DB, BB and D3. RGB value is (219,187,211). Sum of RGB (Red+Green+Blue) = 219+187+211=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBD3 is #24442C. Grayscale: #C7C7C7. Windows color (decimal): -2376749 or 13876187. OLE color: 13876187.

HSL color Cylindrical-coordinate representation of color #DBBBD3: hue angle of 315º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBD3 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB219187211-
CMYK00.150.040.14
HSL315º30.77%79.61%-
HSV(B)315º14.61%85.88%-
XYZ58.7455.369.21-
YUV199.3134.6142.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 211 (82.81% from 255) = 34.20%
R=35.49%
G=30.31%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918721100.150.040.1431530.7779.61
HexDBBBD30F4E13b1f50
Octal33327332301741647337120
Binary110110111011101111010011011111001110100111011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBD3; }

 p { color: rgb(219,187,211); }

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

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

 a { background-color: rgb(219,187,211); }

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

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

 span { border-color: rgb(219,187,211); }

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