#D3BACE

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

Shades of French Lilac #D3BACE

Tints of French Lilac #D3BACE

Color information

#D3BACE (or 0xD3BACE) is unknown color: approx French Lilac. HEX triplet: D3, BA and CE. RGB value is (211,186,206). Sum of RGB (Red+Green+Blue) = 211+186+206=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BACE is #2C4531. Grayscale: #C3C3C3. Windows color (decimal): -2901298 or 13548243. OLE color: 13548243.

HSL color Cylindrical-coordinate representation of color #D3BACE: hue angle of 312º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BACE is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211186206-
CMYK00.120.020.17
HSL312º22.12%77.84%-
HSV(B)312º11.85%82.75%-
XYZ55.5653.4265.78-
YUV195.76133.78138.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.99%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 206 (80.86% from 255) = 34.16%
R=34.99%
G=30.85%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118620600.120.020.1731222.1277.84
HexD3BACE0C211138164e
Octal32327231601422147026116
Binary110100111011101011001110011001010001100111000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BACE; }

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

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

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

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

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

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

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

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