#D7BACF

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

Shades of French Lilac #D7BACF

Tints of French Lilac #D7BACF

Color information

#D7BACF (or 0xD7BACF) is unknown color: approx French Lilac. HEX triplet: D7, BA and CF. RGB value is (215,186,207). Sum of RGB (Red+Green+Blue) = 215+186+207=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BACF is #284530. Grayscale: #C5C5C5. Windows color (decimal): -2639153 or 13613783. OLE color: 13613783.

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

Color convert

RGB215186207-
CMYK00.130.040.16
HSL316.55º26.61%78.63%-
HSV(B)316.55º13.49%84.31%-
XYZ56.8554.0766.47-
YUV197.06133.61140.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.36%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=35.36%
G=30.59%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518620700.130.040.16316.5526.6178.63
HexD7BACF0D41013d1b4f
Octal32727231701542047533117
Binary1101011110111010110011110110110010000100111101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BACF; }

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

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

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

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

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

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

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

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