#D5BACF

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

Shades of French Lilac #D5BACF

Tints of French Lilac #D5BACF

Color information

#D5BACF (or 0xD5BACF) is unknown color: approx French Lilac. HEX triplet: D5, BA and CF. RGB value is (213,186,207). Sum of RGB (Red+Green+Blue) = 213+186+207=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BACF is #2A4530. Grayscale: #C4C4C4. Windows color (decimal): -2770225 or 13613781. OLE color: 13613781.

HSL color Cylindrical-coordinate representation of color #D5BACF: hue angle of 313.33º 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 #D5BACF is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213186207-
CMYK00.130.030.16
HSL313.33º24.32%78.24%-
HSV(B)313.33º12.68%83.53%-
XYZ56.2653.7766.44-
YUV196.47133.95139.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=35.15%
G=30.69%
B=34.16%

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
Decimal21318620700.130.030.16313.3324.3278.24
HexD5BACF0D310139184e
Octal32527231701532047130116
Binary110101011011101011001111011011110000100111001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BACF; }

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

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

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

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

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

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

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

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