#D3BACF

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

Shades of French Lilac #D3BACF

Tints of French Lilac #D3BACF

Color information

#D3BACF (or 0xD3BACF) is unknown color: approx French Lilac. HEX triplet: D3, BA and CF. RGB value is (211,186,207). Sum of RGB (Red+Green+Blue) = 211+186+207=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BACF is #2C4530. Grayscale: #C3C3C3. Windows color (decimal): -2901297 or 13613779. OLE color: 13613779.

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

Color convert

RGB211186207-
CMYK00.120.020.17
HSL309.6º22.12%77.84%-
HSV(B)309.6º11.85%82.75%-
XYZ55.6953.4766.42-
YUV195.87134.28138.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=34.93%
G=30.79%
B=34.27%

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
Decimal21118620700.120.020.17309.622.1277.84
HexD3BACF0C211136164e
Octal32327231701422146626116
Binary110100111011101011001111011001010001100110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BACF; }

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

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

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

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

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

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

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

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