#D5BED0

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

Shades of French Lilac #D5BED0

Tints of French Lilac #D5BED0

Color information

#D5BED0 (or 0xD5BED0) is unknown color: approx French Lilac. HEX triplet: D5, BE and D0. RGB value is (213,190,208). Sum of RGB (Red+Green+Blue) = 213+190+208=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BED0 is #2A412F. Grayscale: #C6C6C6. Windows color (decimal): -2769200 or 13680341. OLE color: 13680341.

HSL color Cylindrical-coordinate representation of color #D5BED0: hue angle of 313.04º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5BED0 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213190208-
CMYK00.110.020.16
HSL313.04º21.5%79.02%-
HSV(B)313.04º10.8%83.53%-
XYZ57.2455.5367.38-
YUV198.93133.12138.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=34.86%
G=31.10%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319020800.110.020.16313.0421.579.02
HexD5BED00B210139154f
Octal32527632001322047125117
Binary110101011011111011010000010111010000100111001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BED0; }

 p { color: rgb(213,190,208); }

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

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

 a { background-color: rgb(213,190,208); }

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

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

 span { border-color: rgb(213,190,208); }

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