#D9BAD5

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

Shades of French Lilac #D9BAD5

Tints of French Lilac #D9BAD5

Color information

#D9BAD5 (or 0xD9BAD5) is unknown color: approx French Lilac. HEX triplet: D9, BA and D5. RGB value is (217,186,213). Sum of RGB (Red+Green+Blue) = 217+186+213=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAD5 is #26452A. Grayscale: #C6C6C6. Windows color (decimal): -2508075 or 14007001. OLE color: 14007001.

HSL color Cylindrical-coordinate representation of color #D9BAD5: hue angle of 307.74º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BAD5 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217186213-
CMYK00.140.020.15
HSL307.74º28.97%79.02%-
HSV(B)307.74º14.29%85.1%-
XYZ58.1854.6770.44-
YUV198.35136.27141.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.23%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 213 (83.59% from 255) = 34.58%
R=35.23%
G=30.19%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718621300.140.020.15307.7428.9779.02
HexD9BAD50E2F1341d4f
Octal33127232501621746435117
Binary11011001101110101101010101110101111100110100111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAD5; }

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

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

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

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

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

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

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

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