#D7B2CD

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

Shades of French Lilac #D7B2CD

Tints of French Lilac #D7B2CD

Color information

#D7B2CD (or 0xD7B2CD) is unknown color: approx French Lilac. HEX triplet: D7, B2 and CD. RGB value is (215,178,205). Sum of RGB (Red+Green+Blue) = 215+178+205=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B2CD is #284D32. Grayscale: #C0C0C0. Windows color (decimal): -2641203 or 13480663. OLE color: 13480663.

HSL color Cylindrical-coordinate representation of color #D7B2CD: hue angle of 316.22º degrees, saturation: 0.32, 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 #D7B2CD is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215178205-
CMYK00.170.050.16
HSL316.22º31.62%77.06%-
HSV(B)316.22º17.21%84.31%-
XYZ54.9650.764.65-
YUV192.14135.26144.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 178 (69.92% from 255) = 29.77%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=35.95%
G=29.77%
B=34.28%

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
Decimal21517820500.170.050.16316.2231.6277.06
HexD7B2CD01151013c204d
Octal32726231502152047440115
Binary110101111011001011001101010001101100001001111001000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B2CD; }

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

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

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

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

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

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

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

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