#D5BCD1

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

Shades of French Lilac #D5BCD1

Tints of French Lilac #D5BCD1

Color information

#D5BCD1 (or 0xD5BCD1) is unknown color: approx French Lilac. HEX triplet: D5, BC and D1. RGB value is (213,188,209). Sum of RGB (Red+Green+Blue) = 213+188+209=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCD1 is #2A432E. Grayscale: #C5C5C5. Windows color (decimal): -2769711 or 13745365. OLE color: 13745365.

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

Color convert

RGB213188209-
CMYK00.120.020.16
HSL309.6º22.94%78.63%-
HSV(B)309.6º11.74%83.53%-
XYZ56.9354.7267.88-
YUV197.87134.28138.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.92%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 209 (82.03% from 255) = 34.26%
R=34.92%
G=30.82%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318820900.120.020.16309.622.9478.63
HexD5BCD10C210136174f
Octal32527432101422046627117
Binary110101011011110011010001011001010000100110110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCD1; }

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

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

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

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

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

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

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

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