#D7BDD1

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

Shades of French Lilac #D7BDD1

Tints of French Lilac #D7BDD1

Color information

#D7BDD1 (or 0xD7BDD1) is unknown color: approx French Lilac. HEX triplet: D7, BD and D1. RGB value is (215,189,209). Sum of RGB (Red+Green+Blue) = 215+189+209=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDD1 is #28422E. Grayscale: #C7C7C7. Windows color (decimal): -2638383 or 13745623. OLE color: 13745623.

HSL color Cylindrical-coordinate representation of color #D7BDD1: hue angle of 313.85º degrees, saturation: 0.25, 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 #D7BDD1 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215189209-
CMYK00.120.030.16
HSL313.85º24.53%79.22%-
HSV(B)313.85º12.09%84.31%-
XYZ57.7355.4567.98-
YUV199.05133.61139.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 209 (82.03% from 255) = 34.09%
R=35.07%
G=30.83%
B=34.09%

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
Decimal21518920900.120.030.16313.8524.5379.22
HexD7BDD10C31013a194f
Octal32727532101432047231117
Binary110101111011110111010001011001110000100111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDD1; }

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

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

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

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

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

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

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

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