#D6BDD0

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

Shades of French Lilac #D6BDD0

Tints of French Lilac #D6BDD0

Color information

#D6BDD0 (or 0xD6BDD0) is unknown color: approx French Lilac. HEX triplet: D6, BD and D0. RGB value is (214,189,208). Sum of RGB (Red+Green+Blue) = 214+189+208=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDD0 is #29422F. Grayscale: #C6C6C6. Windows color (decimal): -2703920 or 13680086. OLE color: 13680086.

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

Color convert

RGB214189208-
CMYK00.120.030.16
HSL314.4º23.36%79.02%-
HSV(B)314.4º11.68%83.92%-
XYZ57.3155.2567.32-
YUV198.64133.28138.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=35.02%
G=30.93%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418920800.120.030.16314.423.3679.02
HexD6BDD00C31013a174f
Octal32627532001432047227117
Binary110101101011110111010000011001110000100111010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDD0; }

 p { color: rgb(214,189,208); }

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

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

 a { background-color: rgb(214,189,208); }

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

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

 span { border-color: rgb(214,189,208); }

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