#D6BED1

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

Shades of French Lilac #D6BED1

Tints of French Lilac #D6BED1

Color information

#D6BED1 (or 0xD6BED1) is unknown color: approx French Lilac. HEX triplet: D6, BE and D1. RGB value is (214,190,209). Sum of RGB (Red+Green+Blue) = 214+190+209=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BED1 is #29412E. Grayscale: #C7C7C7. Windows color (decimal): -2703663 or 13745878. OLE color: 13745878.

HSL color Cylindrical-coordinate representation of color #D6BED1: hue angle of 312.5º degrees, saturation: 0.23, 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 #D6BED1 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214190209-
CMYK00.110.020.16
HSL312.5º22.64%79.22%-
HSV(B)312.5º11.21%83.92%-
XYZ57.6555.7368.04-
YUV199.34133.45138.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 209 (82.03% from 255) = 34.09%
R=34.91%
G=31.00%
B=34.09%

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
Decimal21419020900.110.020.16312.522.6479.22
HexD6BED10B210138174f
Octal32627632101322047027117
Binary110101101011111011010001010111010000100111000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BED1; }

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

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

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

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

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

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

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

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