#D6BDD3

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

Shades of French Lilac #D6BDD3

Tints of French Lilac #D6BDD3

Color information

#D6BDD3 (or 0xD6BDD3) is unknown color: approx French Lilac. HEX triplet: D6, BD and D3. RGB value is (214,189,211). Sum of RGB (Red+Green+Blue) = 214+189+211=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDD3 is #29422C. Grayscale: #C6C6C6. Windows color (decimal): -2703917 or 13876694. OLE color: 13876694.

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

Color convert

RGB214189211-
CMYK00.120.010.16
HSL307.2º23.36%79.02%-
HSV(B)307.2º11.68%83.92%-
XYZ57.6955.3969.28-
YUV198.98134.78138.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=34.85%
G=30.78%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418921100.120.010.16307.223.3679.02
HexD6BDD30C110133174f
Octal32627532301412046327117
Binary11010110101111011101001101100110000100110011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDD3; }

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

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

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

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

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

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

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

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