#D7BBD1

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

Shades of French Lilac #D7BBD1

Tints of French Lilac #D7BBD1

Color information

#D7BBD1 (or 0xD7BBD1) is unknown color: approx French Lilac. HEX triplet: D7, BB and D1. RGB value is (215,187,209). Sum of RGB (Red+Green+Blue) = 215+187+209=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBD1 is #28442E. Grayscale: #C5C5C5. Windows color (decimal): -2638895 or 13745111. OLE color: 13745111.

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

Color convert

RGB215187209-
CMYK00.130.030.16
HSL312.86º25.93%78.82%-
HSV(B)312.86º13.02%84.31%-
XYZ57.354.5967.84-
YUV197.88134.28140.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 209 (82.03% from 255) = 34.21%
R=35.19%
G=30.61%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518720900.130.030.16312.8625.9378.82
HexD7BBD10D3101391a4f
Octal32727332101532047132117
Binary110101111011101111010001011011110000100111001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBD1; }

 p { color: rgb(215,187,209); }

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

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

 a { background-color: rgb(215,187,209); }

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

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

 span { border-color: rgb(215,187,209); }

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