#D8BED3

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

Shades of French Lilac #D8BED3

Tints of French Lilac #D8BED3

Color information

#D8BED3 (or 0xD8BED3) is unknown color: approx French Lilac. HEX triplet: D8, BE and D3. RGB value is (216,190,211). Sum of RGB (Red+Green+Blue) = 216+190+211=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BED3 is #27412C. Grayscale: #C8C8C8. Windows color (decimal): -2572589 or 13876952. OLE color: 13876952.

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

Color convert

RGB216190211-
CMYK00.120.020.15
HSL311.54º25%79.61%-
HSV(B)311.54º12.04%84.71%-
XYZ58.4956.1369.38-
YUV200.17134.11139.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.01%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 211 (82.81% from 255) = 34.20%
R=35.01%
G=30.79%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619021100.120.020.15311.542579.61
HexD8BED30C2F1381950
Octal33027632301421747031120
Binary11011000101111101101001101100101111100111000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BED3; }

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

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

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

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

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

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

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

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