#D7B5CD

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

Shades of French Lilac #D7B5CD

Tints of French Lilac #D7B5CD

Color information

#D7B5CD (or 0xD7B5CD) is unknown color: approx French Lilac. HEX triplet: D7, B5 and CD. RGB value is (215,181,205). Sum of RGB (Red+Green+Blue) = 215+181+205=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B5CD is #284A32. Grayscale: #C1C1C1. Windows color (decimal): -2640435 or 13481431. OLE color: 13481431.

HSL color Cylindrical-coordinate representation of color #D7B5CD: hue angle of 317.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7B5CD is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215181205-
CMYK00.160.050.16
HSL317.65º29.82%77.65%-
HSV(B)317.65º15.81%84.31%-
XYZ55.5751.964.85-
YUV193.9134.26143.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.77%
GREEN value IS 181 (71.09% from 255) = 30.12%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=35.77%
G=30.12%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518120500.160.050.16317.6529.8277.65
HexD7B5CD01051013e1e4e
Octal32726531502052047636116
Binary11010111101101011100110101000010110000100111110111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B5CD; }

 p { color: rgb(215,181,205); }

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

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

 a { background-color: rgb(215,181,205); }

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

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

 span { border-color: rgb(215,181,205); }

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