#D6BED2

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

Shades of French Lilac #D6BED2

Tints of French Lilac #D6BED2

Color information

#D6BED2 (or 0xD6BED2) is unknown color: approx French Lilac. HEX triplet: D6, BE and D2. RGB value is (214,190,210). Sum of RGB (Red+Green+Blue) = 214+190+210=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BED2 is #29412D. Grayscale: #C7C7C7. Windows color (decimal): -2703662 or 13811414. OLE color: 13811414.

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

Color convert

RGB214190210-
CMYK00.110.020.16
HSL310º22.64%79.22%-
HSV(B)310º11.21%83.92%-
XYZ57.7855.7868.69-
YUV199.46133.95138.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 210 (82.42% from 255) = 34.20%
R=34.85%
G=30.94%
B=34.20%

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
Decimal21419021000.110.020.1631022.6479.22
HexD6BED20B210136174f
Octal32627632201322046627117
Binary110101101011111011010010010111010000100110110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BED2; }

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

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

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

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

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

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

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

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