#D5B9D2

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

Shades of French Lilac #D5B9D2

Tints of French Lilac #D5B9D2

Color information

#D5B9D2 (or 0xD5B9D2) is unknown color: approx French Lilac. HEX triplet: D5, B9 and D2. RGB value is (213,185,210). Sum of RGB (Red+Green+Blue) = 213+185+210=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9D2 is #2A462D. Grayscale: #C4C4C4. Windows color (decimal): -2770478 or 13810133. OLE color: 13810133.

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

Color convert

RGB213185210-
CMYK00.130.010.16
HSL306.43º25%78.04%-
HSV(B)306.43º13.15%83.53%-
XYZ56.4253.568.32-
YUV196.22135.78139.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 185 (72.66% from 255) = 30.43%
BLUE value IS 210 (82.42% from 255) = 34.54%
R=35.03%
G=30.43%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318521000.130.010.16306.432578.04
HexD5B9D20D110132194e
Octal32527132201512046231116
Binary11010101101110011101001001101110000100110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B9D2; }

 p { color: rgb(213,185,210); }

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

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

 a { background-color: rgb(213,185,210); }

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

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

 span { border-color: rgb(213,185,210); }

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