#D5BACE

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

Shades of French Lilac #D5BACE

Tints of French Lilac #D5BACE

Color information

#D5BACE (or 0xD5BACE) is unknown color: approx French Lilac. HEX triplet: D5, BA and CE. RGB value is (213,186,206). Sum of RGB (Red+Green+Blue) = 213+186+206=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BACE is #2A4531. Grayscale: #C4C4C4. Windows color (decimal): -2770226 or 13548245. OLE color: 13548245.

HSL color Cylindrical-coordinate representation of color #D5BACE: hue angle of 315.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BACE is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213186206-
CMYK00.130.030.16
HSL315.56º24.32%78.24%-
HSV(B)315.56º12.68%83.53%-
XYZ56.1453.7265.8-
YUV196.35133.45139.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=35.21%
G=30.74%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318620600.130.030.16315.5624.3278.24
HexD5BACE0D31013c184e
Octal32527231601532047430116
Binary110101011011101011001110011011110000100111100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BACE; }

 p { color: rgb(213,186,206); }

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

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

 a { background-color: rgb(213,186,206); }

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

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

 span { border-color: rgb(213,186,206); }

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