#D7B3CD

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

Shades of French Lilac #D7B3CD

Tints of French Lilac #D7B3CD

Color information

#D7B3CD (or 0xD7B3CD) is unknown color: approx French Lilac. HEX triplet: D7, B3 and CD. RGB value is (215,179,205). Sum of RGB (Red+Green+Blue) = 215+179+205=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B3CD is #284C32. Grayscale: #C0C0C0. Windows color (decimal): -2640947 or 13480919. OLE color: 13480919.

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

Color convert

RGB215179205-
CMYK00.170.050.16
HSL316.67º31.03%77.25%-
HSV(B)316.67º16.74%84.31%-
XYZ55.1651.164.71-
YUV192.73134.93143.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.89%
GREEN value IS 179 (70.31% from 255) = 29.88%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=35.89%
G=29.88%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517920500.170.050.16316.6731.0377.25
HexD7B3CD01151013d1f4d
Octal32726331502152047537115
Binary11010111101100111100110101000110110000100111101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B3CD; }

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

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

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

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

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

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

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

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