#D8BED1

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

Shades of French Lilac #D8BED1

Tints of French Lilac #D8BED1

Color information

#D8BED1 (or 0xD8BED1) is unknown color: approx French Lilac. HEX triplet: D8, BE and D1. RGB value is (216,190,209). Sum of RGB (Red+Green+Blue) = 216+190+209=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BED1 is #27412E. Grayscale: #C7C7C7. Windows color (decimal): -2572591 or 13745880. OLE color: 13745880.

HSL color Cylindrical-coordinate representation of color #D8BED1: hue angle of 316.15º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BED1 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216190209-
CMYK00.120.030.15
HSL316.15º25%79.61%-
HSV(B)316.15º12.04%84.71%-
XYZ58.2456.0368.07-
YUV199.94133.11139.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.12%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=35.12%
G=30.89%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619020900.120.030.15316.152579.61
HexD8BED10C3F13c1950
Octal33027632101431747431120
Binary11011000101111101101000101100111111100111100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BED1; }

 p { color: rgb(216,190,209); }

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

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

 a { background-color: rgb(216,190,209); }

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

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

 span { border-color: rgb(216,190,209); }

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