#D1BECD

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

Shades of French Lilac #D1BECD

Tints of French Lilac #D1BECD

Color information

#D1BECD (or 0xD1BECD) is unknown color: approx French Lilac. HEX triplet: D1, BE and CD. RGB value is (209,190,205). Sum of RGB (Red+Green+Blue) = 209+190+205=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BECD is #2E4132. Grayscale: #C5C5C5. Windows color (decimal): -3031347 or 13483729. OLE color: 13483729.

HSL color Cylindrical-coordinate representation of color #D1BECD: hue angle of 312.63º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BECD is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209190205-
CMYK00.090.020.18
HSL312.63º17.12%78.24%-
HSV(B)312.63º9.09%81.96%-
XYZ55.7354.7965.4-
YUV197.39132.29136.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=34.60%
G=31.46%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919020500.090.020.18312.6317.1278.24
HexD1BECD09212139114e
Octal32127631501122247121116
Binary110100011011111011001101010011010010100111001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BECD; }

 p { color: rgb(209,190,205); }

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

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

 a { background-color: rgb(209,190,205); }

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

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

 span { border-color: rgb(209,190,205); }

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