#D7BED0

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

Shades of French Lilac #D7BED0

Tints of French Lilac #D7BED0

Color information

#D7BED0 (or 0xD7BED0) is unknown color: approx French Lilac. HEX triplet: D7, BE and D0. RGB value is (215,190,208). Sum of RGB (Red+Green+Blue) = 215+190+208=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BED0 is #28412F. Grayscale: #C7C7C7. Windows color (decimal): -2638128 or 13680343. OLE color: 13680343.

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

Color convert

RGB215190208-
CMYK00.120.030.16
HSL316.8º23.81%79.41%-
HSV(B)316.8º11.63%84.31%-
XYZ57.8255.8367.4-
YUV199.53132.78139.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=35.07%
G=31.00%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519020800.120.030.16316.823.8179.41
HexD7BED00C31013d184f
Octal32727632001432047530117
Binary110101111011111011010000011001110000100111101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BED0; }

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

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

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

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

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

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

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

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