#D5BAD1

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

Shades of French Lilac #D5BAD1

Tints of French Lilac #D5BAD1

Color information

#D5BAD1 (or 0xD5BAD1) is unknown color: approx French Lilac. HEX triplet: D5, BA and D1. RGB value is (213,186,209). Sum of RGB (Red+Green+Blue) = 213+186+209=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAD1 is #2A452E. Grayscale: #C4C4C4. Windows color (decimal): -2770223 or 13744853. OLE color: 13744853.

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

Color convert

RGB213186209-
CMYK00.130.020.16
HSL308.89º24.32%78.24%-
HSV(B)308.89º12.68%83.53%-
XYZ56.5153.8767.74-
YUV196.69134.95139.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 209 (82.03% from 255) = 34.38%
R=35.03%
G=30.59%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318620900.130.020.16308.8924.3278.24
HexD5BAD10D210135184e
Octal32527232101522046530116
Binary110101011011101011010001011011010000100110101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAD1; }

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

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

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

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

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

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

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

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