#D4BACD

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

Shades of French Lilac #D4BACD

Tints of French Lilac #D4BACD

Color information

#D4BACD (or 0xD4BACD) is unknown color: approx French Lilac. HEX triplet: D4, BA and CD. RGB value is (212,186,205). Sum of RGB (Red+Green+Blue) = 212+186+205=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BACD is #2B4532. Grayscale: #C3C3C3. Windows color (decimal): -2835763 or 13482708. OLE color: 13482708.

HSL color Cylindrical-coordinate representation of color #D4BACD: hue angle of 316.15º degrees, saturation: 0.23, 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 #D4BACD is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212186205-
CMYK00.120.030.17
HSL316.15º23.21%78.04%-
HSV(B)316.15º12.26%83.14%-
XYZ55.7353.5265.15-
YUV195.94133.11139.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.16%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=35.16%
G=30.85%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218620500.120.030.17316.1523.2178.04
HexD4BACD0C31113c174e
Octal32427231501432147427116
Binary110101001011101011001101011001110001100111100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BACD; }

 p { color: rgb(212,186,205); }

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

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

 a { background-color: rgb(212,186,205); }

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

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

 span { border-color: rgb(212,186,205); }

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