#D5B3D1

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

Shades of French Lilac #D5B3D1

Tints of French Lilac #D5B3D1

Color information

#D5B3D1 (or 0xD5B3D1) is unknown color: approx French Lilac. HEX triplet: D5, B3 and D1. RGB value is (213,179,209). Sum of RGB (Red+Green+Blue) = 213+179+209=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B3D1 is #2A4C2E. Grayscale: #C0C0C0. Windows color (decimal): -2772015 or 13743061. OLE color: 13743061.

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

Color convert

RGB213179209-
CMYK00.160.020.16
HSL307.06º28.81%76.86%-
HSV(B)307.06º15.96%83.53%-
XYZ55.0750.9967.26-
YUV192.59137.26142.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.44%
GREEN value IS 179 (70.31% from 255) = 29.78%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=35.44%
G=29.78%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317920900.160.020.16307.0628.8176.86
HexD5B3D10102101331d4d
Octal32526332102022046335115
Binary1101010110110011110100010100001010000100110011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B3D1; }

 p { color: rgb(213,179,209); }

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

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

 a { background-color: rgb(213,179,209); }

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

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

 span { border-color: rgb(213,179,209); }

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