#D7BAD4

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

Shades of French Lilac #D7BAD4

Tints of French Lilac #D7BAD4

Color information

#D7BAD4 (or 0xD7BAD4) is unknown color: approx French Lilac. HEX triplet: D7, BA and D4. RGB value is (215,186,212). Sum of RGB (Red+Green+Blue) = 215+186+212=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAD4 is #28452B. Grayscale: #C5C5C5. Windows color (decimal): -2639148 or 13941463. OLE color: 13941463.

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

Color convert

RGB215186212-
CMYK00.130.010.16
HSL306.21º26.61%78.63%-
HSV(B)306.21º13.49%84.31%-
XYZ57.4754.3269.74-
YUV197.64136.11140.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 212 (83.20% from 255) = 34.58%
R=35.07%
G=30.34%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518621200.130.010.16306.2126.6178.63
HexD7BAD40D1101321b4f
Octal32727232401512046233117
Binary11010111101110101101010001101110000100110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAD4; }

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

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

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

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

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

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

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

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