#D5BDD1

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

Shades of French Lilac #D5BDD1

Tints of French Lilac #D5BDD1

Color information

#D5BDD1 (or 0xD5BDD1) is unknown color: approx French Lilac. HEX triplet: D5, BD and D1. RGB value is (213,189,209). Sum of RGB (Red+Green+Blue) = 213+189+209=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDD1 is #2A422E. Grayscale: #C6C6C6. Windows color (decimal): -2769455 or 13745621. OLE color: 13745621.

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

Color convert

RGB213189209-
CMYK00.110.020.16
HSL310º22.22%78.82%-
HSV(B)310º11.27%83.53%-
XYZ57.1555.1467.95-
YUV198.46133.95138.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 209 (82.03% from 255) = 34.21%
R=34.86%
G=30.93%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318920900.110.020.1631022.2278.82
HexD5BDD10B210136164f
Octal32527532101322046626117
Binary110101011011110111010001010111010000100110110101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BDD1; }

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

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

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

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

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

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

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

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